Commit 2d2db894 authored by unknown's avatar unknown

comment added

parent 9c5c6daf
...@@ -221,6 +221,13 @@ const char *command_names[]= ...@@ -221,6 +221,13 @@ const char *command_names[]=
"connection", "connection",
"query", "query",
"connect", "connect",
/* the difference between sleep and real_sleep is that sleep will use
the delay from command line (--sleep) if there is one.
real_sleep always uses delay from it's argument.
the logic is that sometimes delays are cpu-dependent (and --sleep
can be used to set this delay. real_sleep is used for cpu-independent
delays
*/
"sleep", "sleep",
"real_sleep", "real_sleep",
"inc", "inc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment