diff options
author | serg@serg.mylan <> | 2003-08-20 12:27:06 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2003-08-20 12:27:06 +0200 |
commit | ae8b080549d1cf70ab4275afdc8a0d4fcf42b22a (patch) | |
tree | 1c44eaef09d26df1ceb4b10290afaf64f074fafb /client | |
parent | 4877e908db7e4cb6aed4d6246e654732e86158dd (diff) | |
download | mariadb-git-ae8b080549d1cf70ab4275afdc8a0d4fcf42b22a.tar.gz |
comment added
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index f5afa0fa0df..62b5df6c90d 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -221,6 +221,13 @@ const char *command_names[]= "connection", "query", "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", "real_sleep", "inc", |