Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save anilcancakir/f1ceb5147c59dc210c53bdda0c7274ec to your computer and use it in GitHub Desktop.

Select an option

Save anilcancakir/f1ceb5147c59dc210c53bdda0c7274ec to your computer and use it in GitHub Desktop.
The console output
sql> INSERT INTO urls(key, url) VALUES ('my-key', 'testttt')
[2017-05-31 23:00:54] 1 row affected in 8ms
sql> INSERT INTO urls(url) VALUES ('testttt')
[2017-05-31 23:00:54] [00000] (start) r -> 53
[2017-05-31 23:00:54] [00000] (start) q -> 1
[2017-05-31 23:00:54] [00000] (start) tempFrom -> 54
[2017-05-31 23:00:54] [00000] (start) result -> V
[2017-05-31 23:00:54] [00000] (loop) tempQ -> 1
[2017-05-31 23:00:54] [00000] (loop) r -> 1
[2017-05-31 23:00:54] [00000] (loop) q -> 0
[2017-05-31 23:00:54] [00000] (loop) tempFrom -> 2
[2017-05-31 23:00:54] [00000] (loop) result -> 1V
[2017-05-31 23:00:54] [00000] (FINAL) result -> 1V
[2017-05-31 23:00:54] 1 row affected in 31ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment