summaryrefslogtreecommitdiff
path: root/mysql-test/t/ps_1general.test
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2005-01-13 15:04:57 +0200
committerjani@ua141d10.elisa.omakaista.fi <>2005-01-13 15:04:57 +0200
commit9cea2457ecb4d50dcc2f2d73035da37368b317ae (patch)
treed10c1a3e5dfb10f8dfdc803f3caf980c93100c5b /mysql-test/t/ps_1general.test
parent13f13cef75148c30a941374609b242520f7ceb75 (diff)
downloadmariadb-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.test2
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