diff options
author | jani@ua141d10.elisa.omakaista.fi <> | 2005-01-13 15:04:57 +0200 |
---|---|---|
committer | jani@ua141d10.elisa.omakaista.fi <> | 2005-01-13 15:04:57 +0200 |
commit | 9cea2457ecb4d50dcc2f2d73035da37368b317ae (patch) | |
tree | d10c1a3e5dfb10f8dfdc803f3caf980c93100c5b /mysql-test/t/ps_1general.test | |
parent | 13f13cef75148c30a941374609b242520f7ceb75 (diff) | |
download | mariadb-git-9cea2457ecb4d50dcc2f2d73035da37368b317ae.tar.gz |
Fixed a problem with a test. Time could be 0 or 1 seconds, depending
on whether running with or without valgrind.
Diffstat (limited to 'mysql-test/t/ps_1general.test')
-rw-r--r-- | mysql-test/t/ps_1general.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ps_1general.test b/mysql-test/t/ps_1general.test index 08c1ad85fb1..d9cc9de6ff1 100644 --- a/mysql-test/t/ps_1general.test +++ b/mysql-test/t/ps_1general.test @@ -317,7 +317,7 @@ prepare stmt4 from ' show engine bdb logs '; execute stmt4; --enable_result_log prepare stmt4 from ' show full processlist '; ---replace_column 1 number +--replace_column 1 number 6 time execute stmt4; prepare stmt4 from ' show grants for user '; --error 1295 |