[to #52908044] Fix int1 type return Syntax error

This commit is contained in:
obdev 2024-02-07 11:43:00 +00:00 committed by ob-robot
parent 1280479caa
commit e60426a0b2

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},