1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

after merge fix

This commit is contained in:
gluh@mysql.com/eagle.(none)
2007-12-13 15:47:23 +04:00
parent ffeb563d60
commit 9df070ed7c
3 changed files with 2 additions and 19 deletions

View File

@@ -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 (), (), ();