[CP] [LOB] support inrow threshold config

This commit is contained in:
obdev
2024-02-07 14:44:41 +00:00
committed by ob-robot
parent faf440e6ea
commit 21ddf9e8b2
22 changed files with 234 additions and 21 deletions

View File

@ -198,6 +198,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"decryption", DECRYPTION},
{"default", DEFAULT},
{"default_auth", DEFAULT_AUTH},
{"default_lob_inrow_threshold", DEFAULT_LOB_INROW_THRESHOLD},
{"definer", DEFINER},
{"delay", DELAY},
{"delayed", DELAYED},
@ -429,6 +430,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"listagg", LISTAGG},
{"load", LOAD},
{"ln", LN},
{"lob_inrow_threshold", LOB_INROW_THRESHOLD},
{"local", LOCAL},
{"locality", LOCALITY},
{"localtime", LOCALTIME},