[to #52908044] Fix int1 type return Syntax error
This commit is contained in:
parent
1280479caa
commit
e60426a0b2
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user