diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-01-20 14:22:34 +0100 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-01-20 14:22:34 +0100 |
commit | 87ff57cb7eaefd87e54ec0cbf80f71af2167581a (patch) | |
tree | a666e6fe05ffb3a85619fcd061abdaced55179e0 /mysql-test/r/mysqltest.result | |
parent | a1c940535464869f11287ec193d5d1ce9afcb8b5 (diff) | |
parent | b554f4c52d072518548f41c609144f98f2fae237 (diff) | |
download | mariadb-git-87ff57cb7eaefd87e54ec0cbf80f71af2167581a.tar.gz |
merge 48888
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r-- | mysql-test/r/mysqltest.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index e1dac73ab1d..ae860e2a72c 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -421,6 +421,9 @@ mysqltest: At line 1: Wrong number of arguments to replace_column in 'replace_co mysqltest: At line 1: Wrong column number to replace_column in 'replace_column a b' mysqltest: At line 1: Wrong column number to replace_column in 'replace_column a 1' mysqltest: At line 1: Wrong column number to replace_column in 'replace_column 1 b c ' +select "LONG_STRING" as x; +x +LONG_STRING mysqltest: At line 1: Invalid integer argument "10!" mysqltest: At line 1: Invalid integer argument "a" mysqltest: At line 1: Missing required argument 'connection name' to command 'connect' |