Commit 2b5db1d5 authored by Sergei Golubchik's avatar Sergei Golubchik

put at least some output-generating statement in the test

otherwise mysqltest complains "No queries executed but non-empty result file found!"
parent b3aed01a
...@@ -3,3 +3,4 @@ ERROR 28000: Access denied for user 'foo'@'localhost' (using password: NO) ...@@ -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; ...@@ -22,3 +22,5 @@ change_user;
disconnect test; disconnect test;
connection default; connection default;
--echo that's all
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