[FEAT MERGE] log4100 branch
Co-authored-by: tino247 <tino247@126.com> Co-authored-by: BinChenn <binchenn.bc@gmail.com> Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
This commit is contained in:
@ -46,6 +46,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"approx_count_distinct", APPROX_COUNT_DISTINCT},
|
||||
{"approx_count_distinct_synopsis", APPROX_COUNT_DISTINCT_SYNOPSIS},
|
||||
{"approx_count_distinct_synopsis_merge", APPROX_COUNT_DISTINCT_SYNOPSIS_MERGE},
|
||||
{"arbitration", ARBITRATION},
|
||||
{"archivelog", ARCHIVELOG},
|
||||
{"as", AS},
|
||||
{"asc", ASC},
|
||||
@ -232,6 +233,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"else", ELSE},
|
||||
{"elseif", ELSEIF},
|
||||
{"enable", ENABLE},
|
||||
{"enable_arbitration_service", ENABLE_ARBITRATION_SERVICE},
|
||||
{"enable_extended_rowid", ENABLE_EXTENDED_ROWID},
|
||||
{"enclosed", ENCLOSED},
|
||||
{"encryption", ENCRYPTION},
|
||||
@ -721,6 +723,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"server_ip", SERVER_IP},
|
||||
{"server_port", SERVER_PORT},
|
||||
{"server_type", SERVER_TYPE},
|
||||
{"service", SERVICE},
|
||||
{"set", SET},
|
||||
{"session", SESSION},
|
||||
{"session_user", SESSION_USER},
|
||||
@ -899,6 +902,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"utc_time", UTC_TIME},
|
||||
{"utc_timestamp", UTC_TIMESTAMP},
|
||||
{"unbounded", UNBOUNDED},
|
||||
{"unlimited", UNLIMITED},
|
||||
{"valid", VALID},
|
||||
{"validate", VALIDATE},
|
||||
{"value", VALUE},
|
||||
|
||||
Reference in New Issue
Block a user