diff options
author | gluh@mysql.com/eagle.(none) <> | 2007-12-13 15:47:23 +0400 |
---|---|---|
committer | gluh@mysql.com/eagle.(none) <> | 2007-12-13 15:47:23 +0400 |
commit | 9df070ed7c0f2877e71572e59aec871f4bc039fd (patch) | |
tree | 4174a07e826d4e9df363cb8926487fd2f735250b /mysql-test/r/func_misc.result | |
parent | ffeb563d608a724b27341d2d0b2ee806f9cc90f1 (diff) | |
download | mariadb-git-9df070ed7c0f2877e71572e59aec871f4bc039fd.tar.gz |
after merge fix
Diffstat (limited to 'mysql-test/r/func_misc.result')
-rw-r--r-- | mysql-test/r/func_misc.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/func_misc.result b/mysql-test/r/func_misc.result index 4ba5ee674a9..4f6b6d3a0d8 100644 --- a/mysql-test/r/func_misc.result +++ b/mysql-test/r/func_misc.result @@ -210,7 +210,7 @@ test CREATE TABLE t1 (a int); INSERT INTO t1 VALUES (5), (2); SELECT NAME_CONST(x,2) FROM (SELECT a x FROM t1) t; -ERROR HY000: The 'NAME_CONST' syntax is reserved for purposes internal to the MySQL server +ERROR HY000: Incorrect arguments to NAME_CONST DROP TABLE t1; CREATE TABLE t1(a INT); INSERT INTO t1 VALUES (), (), (); |