MXS-1025: Parse SAVEPOINT statements

The various forms of the SAVEPOINT/RELEASE/ROLLBACK statements are now
fully parsed.
This commit is contained in:
Markus Mäkelä
2017-03-06 20:09:35 +02:00
parent f2fc9b9d9f
commit dd07feda07
4 changed files with 39 additions and 1 deletions

View File

@ -462,6 +462,7 @@ static Keyword aKeywordTable[] = {
{ "WHEN", "TK_WHEN", ALWAYS },
{ "WHERE", "TK_WHERE", ALWAYS },
#ifdef MAXSCALE
{ "WORK", "TK_WORK", ALWAYS },
{ "WRITE", "TK_WRITE", ALWAYS },
#endif
{ "ZEROFILL", "TK_ZEROFILL", ALWAYS },