diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2010-12-01 11:11:16 +0100 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2010-12-01 11:11:16 +0100 |
commit | cc21483fcf9767eded085af05c1dd451ddd0b10d (patch) | |
tree | b7e86e49a62a9f425be7944b2ec9b397de9b3b5b /mysql-test/r/mysqltest.result | |
parent | 067710eba1e3c958fb64fe569fae027afc65fd90 (diff) | |
download | mariadb-git-cc21483fcf9767eded085af05c1dd451ddd0b10d.tar.gz |
Bug #58092 Test "rpl_cross_version" has "copy_file" failing
I am not fixing the test failure
Adds printing of my_errno when commands fail, could hopefully help
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r-- | mysql-test/r/mysqltest.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index 013728ebd01..c450369aa11 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -591,7 +591,7 @@ if things work as expected Some data for cat_file command of mysqltest -mysqltest: At line 1: command "cat_file" failed with error 1 +mysqltest: At line 1: command "cat_file" failed with error 1. (my_errno) mysqltest: At line 1: Missing required argument 'filename' to command 'file_exists' mysqltest: At line 1: Missing required argument 'from_file' to command 'copy_file' mysqltest: At line 1: Missing required argument 'to_file' to command 'copy_file' |