diff options
author | Leonard Zhou <zhou.li@sun.com> | 2009-03-27 10:18:06 +0800 |
---|---|---|
committer | Leonard Zhou <zhou.li@sun.com> | 2009-03-27 10:18:06 +0800 |
commit | dccca9532fd8b76e287e3b4345effbb5d3d1fdf1 (patch) | |
tree | b2514aa43e30177bd091fc3676390179c4272a45 /mysql-test/t/func_misc.test | |
parent | 26f561d5d0ad077c764366fb5dde168a8ed0e88a (diff) | |
parent | 8c5bba72353e609522201962bdc025eff2cc6184 (diff) | |
download | mariadb-git-dccca9532fd8b76e287e3b4345effbb5d3d1fdf1.tar.gz |
Merge 5.0 to 5.1
Diffstat (limited to 'mysql-test/t/func_misc.test')
-rw-r--r-- | mysql-test/t/func_misc.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/func_misc.test b/mysql-test/t/func_misc.test index eb243d38238..6590b43f2dc 100644 --- a/mysql-test/t/func_misc.test +++ b/mysql-test/t/func_misc.test @@ -454,6 +454,11 @@ SELECT * FROM t1 WHERE a = NAME_CONST('reportDate', _binary'2009-01-09' COLLATE 'binary'); DROP TABLE t1; +# +# Bug#35515: Aliases of variables in binary log are ignored with NAME_CONST +# +select NAME_CONST('_id',1234) as id; + --echo End of 5.0 tests # |