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/r/func_misc.result | |
parent | 26f561d5d0ad077c764366fb5dde168a8ed0e88a (diff) | |
parent | 8c5bba72353e609522201962bdc025eff2cc6184 (diff) | |
download | mariadb-git-dccca9532fd8b76e287e3b4345effbb5d3d1fdf1.tar.gz |
Merge 5.0 to 5.1
Diffstat (limited to 'mysql-test/r/func_misc.result')
-rw-r--r-- | mysql-test/r/func_misc.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/func_misc.result b/mysql-test/r/func_misc.result index 3b864cd5804..81dddd0f648 100644 --- a/mysql-test/r/func_misc.result +++ b/mysql-test/r/func_misc.result @@ -329,6 +329,9 @@ SELECT * FROM t1 WHERE a = NAME_CONST('reportDate', _binary'2009-01-09' COLLATE 'binary'); a DROP TABLE t1; +select NAME_CONST('_id',1234) as id; +id +1234 End of 5.0 tests select connection_id() > 0; connection_id() > 0 |