put at least some output-generating statement in the test

otherwise mysqltest complains "No queries executed but non-empty result file found!"
This commit is contained in:
Sergei Golubchik 2014-12-02 20:35:45 +01:00
parent b3aed01ae9
commit 2b5db1d5bc
2 changed files with 3 additions and 0 deletions

View file

@ -3,3 +3,4 @@ ERROR 28000: Access denied for user 'foo'@'localhost' (using password: NO)
ERROR 28000: Access denied for user 'foo'@'localhost' (using password: YES)
ERROR 08S01: Unknown command
ERROR 08S01: Unknown command
that's all

View file

@ -22,3 +22,5 @@ change_user;
disconnect test;
connection default;
--echo that's all