diff options
author | svoj@june.mysql.com <> | 2008-02-20 21:22:21 +0400 |
---|---|---|
committer | svoj@june.mysql.com <> | 2008-02-20 21:22:21 +0400 |
commit | 33ad5a480f3545b60508f531b17055e5bf1e36f9 (patch) | |
tree | 6acad6c121b29c659045786269c14df37a8ee208 /mysql-test/t/func_misc.test | |
parent | d2ad8286a0e3abb63dd7789c9077b628467ff3e4 (diff) | |
parent | 921e1cc4bb217b74f29e3e0b28df253df34c8d83 (diff) | |
download | mariadb-git-33ad5a480f3545b60508f531b17055e5bf1e36f9.tar.gz |
Merge mysql.com:/home/svoj/devel/mysql/BUG34289/mysql-5.0-engines
into mysql.com:/home/svoj/devel/mysql/BUG34289/mysql-5.1-engines
Diffstat (limited to 'mysql-test/t/func_misc.test')
-rw-r--r-- | mysql-test/t/func_misc.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/t/func_misc.test b/mysql-test/t/func_misc.test index 7a579088d23..29f4f51cd0d 100644 --- a/mysql-test/t/func_misc.test +++ b/mysql-test/t/func_misc.test @@ -246,6 +246,12 @@ insert into t1 values (-1), (-2); select min(a) from t1 group by inet_ntoa(a); drop table t1; +# +# BUG#34289 - Incorrect NAME_CONST substitution in stored procedures breaks +# replication +# +SELECT NAME_CONST('var', 'value') COLLATE latin1_general_cs; + --echo End of 5.0 tests # |