[CP] [LOB] support inrow threshold config
This commit is contained in:
@ -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},
|
||||
|
||||
Reference in New Issue
Block a user