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/t/mysqltest.test | |
parent | a1c940535464869f11287ec193d5d1ce9afcb8b5 (diff) | |
parent | b554f4c52d072518548f41c609144f98f2fae237 (diff) | |
download | mariadb-git-87ff57cb7eaefd87e54ec0cbf80f71af2167581a.tar.gz |
merge 48888
Diffstat (limited to 'mysql-test/t/mysqltest.test')
-rw-r--r-- | mysql-test/t/mysqltest.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql-test/t/mysqltest.test b/mysql-test/t/mysqltest.test index 63e15a84a72..3212c82bffd 100644 --- a/mysql-test/t/mysqltest.test +++ b/mysql-test/t/mysqltest.test @@ -1316,6 +1316,17 @@ select "a" as col1, "c" as col2; --error 1 --exec echo "--replace_column 1 b c " | $MYSQL_TEST 2>&1 +let $long_rep= 1234567890123456789012345678901234567890; +let $long_rep= $long_rep,$long_rep; +let $long_rep= $long_rep,$long_rep; +let $long_rep= $long_rep,$long_rep; +let $long_rep= $long_rep,$long_rep; +let $long_rep= $long_rep,$long_rep; + +# This tests from strings > 1024 (here 1311) + +--replace_result $long_rep LONG_STRING +eval select "$long_rep" as x; # ---------------------------------------------------------------------------- # Test sync_with_master |