mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Fixed a problem with a test. Time could be 0 or 1 seconds, depending
on whether running with or without valgrind.
This commit is contained in:
parent
81a082075f
commit
bcb3783c7c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue