diff options
author | unknown <serg@serg.mylan> | 2003-08-20 12:27:06 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2003-08-20 12:27:06 +0200 |
commit | 2d2db894d4d0875927509cc334530196405800de (patch) | |
tree | 1c44eaef09d26df1ceb4b10290afaf64f074fafb /client | |
parent | 9c5c6dafa16fe5c6e77b72a0dafa310417600901 (diff) | |
download | mariadb-git-2d2db894d4d0875927509cc334530196405800de.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", |