[to #52908044] Fix int1 type return Syntax error

This commit is contained in:
obdev
2023-12-06 08:42:55 +00:00
committed by ob-robot
parent 01de4dfc0e
commit 7a441764f3

View File

@ -122,6 +122,7 @@ static const NonReservedKeyword Mysql_pl_none_reserved_keywords[] =
{"middleint", MEDIUMINT},
{"integer", INTEGER},
{"int", INTEGER},
{"int1", TINYINT},
{"int2", SMALLINT},
{"int3", MEDIUMINT},
{"int4", INTEGER},