diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-12-02 20:35:45 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-12-02 20:35:45 +0100 |
commit | 2b5db1d5bcd7b46b654d59a07fc119ef6a6b8651 (patch) | |
tree | fc5a3102f9891152cbe56e690dcc7b331ae81407 | |
parent | b3aed01ae93a31571a31804e35ff3b430b6efb8f (diff) | |
download | mariadb-git-2b5db1d5bcd7b46b654d59a07fc119ef6a6b8651.tar.gz |
put at least some output-generating statement in the test
otherwise mysqltest complains "No queries executed but non-empty result file found!"
-rw-r--r-- | mysql-test/r/change_user_notembedded.result | 1 | ||||
-rw-r--r-- | mysql-test/t/change_user_notembedded.test | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/change_user_notembedded.result b/mysql-test/r/change_user_notembedded.result index 60579d15ec2..896a6045481 100644 --- a/mysql-test/r/change_user_notembedded.result +++ b/mysql-test/r/change_user_notembedded.result @@ -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 diff --git a/mysql-test/t/change_user_notembedded.test b/mysql-test/t/change_user_notembedded.test index bf5d1956cd5..19421c6dd33 100644 --- a/mysql-test/t/change_user_notembedded.test +++ b/mysql-test/t/change_user_notembedded.test @@ -22,3 +22,5 @@ change_user; disconnect test; connection default; +--echo that's all + |