[to #53073511] fix: allow USER used as mysql pl variable

This commit is contained in:
obdev
2024-03-07 03:21:50 +00:00
committed by ob-robot
parent 5700951d28
commit bf01313a8f
3 changed files with 4 additions and 10 deletions

View File

@ -1115,7 +1115,6 @@ static const NonReservedKeyword Mysql_sql_keywords_in_pl[] =
{"truncate", TRUNCATE},
{"uninstall", UNINSTALL},
{"update", UPDATE},
{"user", USER},
{"user_resources", USER_RESOURCES},
{"view", VIEW},
{"warnings", WARNINGS},