summaryrefslogtreecommitdiff
path: root/mysql-test/t/parser.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/parser.test')
-rw-r--r--mysql-test/t/parser.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/parser.test b/mysql-test/t/parser.test
index 98eaa7a7774..3be42eb0595 100644
--- a/mysql-test/t/parser.test
+++ b/mysql-test/t/parser.test
@@ -104,9 +104,7 @@ create table MIN (a int);
drop table MIN;
--error ER_PARSE_ERROR
-create table NOW(a int);
create table NOW (a int);
-drop table NOW;
--error ER_PARSE_ERROR
create table POSITION(a int);