MXS-1196: Tentative commit

This commit is contained in:
Johan Wikman
2017-05-11 14:59:35 +03:00
parent 0de99dc686
commit 593070b865
2 changed files with 17 additions and 8 deletions

View File

@ -268,6 +268,9 @@ static Keyword aKeywordTable[] = {
{ "FORCE", "TK_FORCE", ALWAYS },
#endif
{ "FOREIGN", "TK_FOREIGN", FKEY },
#ifdef MAXSCALE
{ "FORMAT", "TK_FORMAT", ALWAYS },
#endif
{ "FROM", "TK_FROM", ALWAYS },
{ "FULL", "TK_JOIN_KW", ALWAYS },
#ifdef MAXSCALE