diff options
author | unknown <serg@serg.mylan> | 2006-06-14 10:04:30 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2006-06-14 10:04:30 +0200 |
commit | 19d55e396eb73af5d630045554e49a9ebbadae69 (patch) | |
tree | 094b58c9b2bb51271f3ec905b49eb7e11c41ac5a /mysql-test/t/ps_1general.test | |
parent | 115cb627b0698919da5aff221333af28fc6d0f00 (diff) | |
download | mariadb-git-19d55e396eb73af5d630045554e49a9ebbadae69.tar.gz |
move --disable_warnings where it belongs
Diffstat (limited to 'mysql-test/t/ps_1general.test')
-rw-r--r-- | mysql-test/t/ps_1general.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/ps_1general.test b/mysql-test/t/ps_1general.test index 0b9a46ad4d3..76da296c0b0 100644 --- a/mysql-test/t/ps_1general.test +++ b/mysql-test/t/ps_1general.test @@ -320,16 +320,16 @@ prepare stmt4 from ' show status like ''Threads_running'' '; execute stmt4; prepare stmt4 from ' show variables like ''sql_mode'' '; execute stmt4; -prepare stmt4 from ' show engine bdb logs '; # The output depends on the bdb being enabled and on the history # history (actions of the bdb engine). # That is the reason why, we switch the output here off. # (The real output will be tested in ps_6bdb.test) --disable_warnings +prepare stmt4 from ' show engine bdb logs '; +--enable_warnings --disable_result_log execute stmt4; --enable_result_log ---enable_warnings prepare stmt4 from ' show grants for user '; --error 1295 prepare stmt4 from ' show create table t2 '; |