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:
parent
b3aed01ae9
commit
2b5db1d5bc
@ -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 28000: Access denied for user 'foo'@'localhost' (using password: YES)
|
||||||
ERROR 08S01: Unknown command
|
ERROR 08S01: Unknown command
|
||||||
ERROR 08S01: Unknown command
|
ERROR 08S01: Unknown command
|
||||||
|
that's all
|
||||||
|
@ -22,3 +22,5 @@ change_user;
|
|||||||
disconnect test;
|
disconnect test;
|
||||||
connection default;
|
connection default;
|
||||||
|
|
||||||
|
--echo that's all
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user