From c8dbef22add27eb6cc737b12eb80b968663d34bb Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Sun, 12 Apr 2015 20:41:28 +1000 Subject: MDEV-6916 REPAIR VIEW / mysql migration from: r4407 --- sql/lex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/lex.h') diff --git a/sql/lex.h b/sql/lex.h index 9bf4c439cb6..65411402f6a 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -376,6 +376,7 @@ static SYMBOL symbols[] = { { "MULTIPOINT", SYM(MULTIPOINT)}, { "MULTIPOLYGON", SYM(MULTIPOLYGON)}, { "MUTEX", SYM(MUTEX_SYM)}, + { "MYSQL", SYM(MYSQL_SYM)}, { "MYSQL_ERRNO", SYM(MYSQL_ERRNO_SYM)}, { "NAME", SYM(NAME_SYM)}, { "NAMES", SYM(NAMES_SYM)}, -- cgit v1.2.1