diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-05-27 22:54:40 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-05-27 22:54:40 +0200 |
commit | aa387d1561281647b214abffd10c016bc9783582 (patch) | |
tree | cf59b3a97c4db7ea45c0a2d18b6730e586d58cd6 /mysql-test/r/mysqltest.result | |
parent | 6697476f50f4fc2246b02fec05b264ff98345ee3 (diff) | |
download | mariadb-git-aa387d1561281647b214abffd10c016bc9783582.tar.gz |
cherry picking fix for Bug #39542 from 6.0-runtime
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r-- | mysql-test/r/mysqltest.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index 63941aee3ad..52a1734ea54 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -545,6 +545,8 @@ mysqltest: At line 1: Failed to open file 'non_existing_file' 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' +mysqltest: At line 1: Missing required argument 'from_file' to command 'move_file' +mysqltest: At line 1: Missing required argument 'to_file' to command 'move_file' mysqltest: At line 1: Missing required argument 'mode' to command 'chmod' mysqltest: At line 1: You must write a 4 digit octal number for mode mysqltest: At line 1: You must write a 4 digit octal number for mode |