diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-01-20 12:51:18 +0100 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-01-20 12:51:18 +0100 |
commit | 5ae2eda776477494af7dfe2cad9d50bb4ad8d9eb (patch) | |
tree | bc4c01b5f7d3d6b35e3a5b758f8973c67f4a882d /mysql-test/r/mysqltest.result | |
parent | 9ada265d39f290f9388e64e3ac723e3ee2fd9997 (diff) | |
download | mariadb-git-5ae2eda776477494af7dfe2cad9d50bb4ad8d9eb.tar.gz |
Bug #49837 mysqltest exec cannot handle multi-line command correctly
Since the exec command line is passed on externally, it cannot take newlines
Simply replace \n with space
Now also added test case
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r-- | mysql-test/r/mysqltest.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index e77dcd7b0a6..74bf387ec0c 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -216,6 +216,12 @@ source database echo message echo message mysqltest: At line 1: Missing argument in exec +1 +1 +2 +2 +X +3 MySQL "MySQL" MySQL: The |