Created
May 31, 2017 20:05
-
-
Save anilcancakir/f1ceb5147c59dc210c53bdda0c7274ec to your computer and use it in GitHub Desktop.
The console output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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