mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
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
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -22,3 +22,5 @@ change_user;
|
|||
disconnect test;
|
||||
connection default;
|
||||
|
||||
--echo that's all
|
||||
|
||||
|
|
Loading…
Reference in a new issue