Commit 9b8117aa authored by unknown's avatar unknown

Fix test that depend on bdb


mysql-test/t/ps_1general.test:
  Move disable_warnings  and it's comment to before when the statement is executed
parent 5da3fadc
...@@ -320,13 +320,13 @@ prepare stmt4 from ' show status like ''Threads_running'' '; ...@@ -320,13 +320,13 @@ prepare stmt4 from ' show status like ''Threads_running'' ';
execute stmt4; execute stmt4;
prepare stmt4 from ' show variables like ''sql_mode'' '; prepare stmt4 from ' show variables like ''sql_mode'' ';
execute stmt4; execute stmt4;
prepare stmt4 from ' show engine bdb logs ';
# The output depends on the bdb being enabled and on the history # The output depends on the bdb being enabled and on the history
# history (actions of the bdb engine). # history (actions of the bdb engine).
# That is the reason why, we switch the output here off. # That is the reason why, we switch the output here off.
# (The real output will be tested in ps_6bdb.test) # (The real output will be tested in ps_6bdb.test)
--disable_warnings --disable_warnings
--disable_result_log --disable_result_log
prepare stmt4 from ' show engine bdb logs ';
execute stmt4; execute stmt4;
--enable_result_log --enable_result_log
--enable_warnings --enable_warnings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment