[FEAT MERGE] materialized view

Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
This commit is contained in:
coolfishchen
2023-12-14 07:42:51 +00:00
committed by ob-robot
parent 0f946e55fb
commit f7cd32be94
257 changed files with 35700 additions and 4337 deletions

View File

@ -54,6 +54,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"asc", ASC},
{"asensitive", ASENSITIVE},
{"ascii", ASCII},
{"asynchronous", ASYNCHRONOUS},
{"at", AT},
{"authors", AUTHORS},
{"auto", AUTO},
@ -136,6 +137,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"commit", COMMIT},
{"committed", COMMITTED},
{"compact", COMPACT},
{"complete", COMPLETE},
{"completion", COMPLETION},
{"compressed", COMPRESSED},
{"compression", COMPRESSION},
@ -207,6 +209,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"depth", DEPTH},
{"des_key_file", DES_KEY_FILE},
{"destination", DESTINATION},
{"demand", DEMAND},
{"desc", DESC},
{"describe", DESCRIBE},
{"description", DESCRIPTION},
@ -262,6 +265,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"every", EVERY},
{"except", EXCEPT},
{"exchange", EXCHANGE},
{"excluding", EXCLUDING},
{"execute", EXECUTE},
{"exists", EXISTS},
{"exit", EXIT},
@ -344,6 +348,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"if", IF},
{"ignore", IGNORE},
{"ignore_server_ids", IGNORE_SERVER_IDS},
{"immediate", IMMEDIATE},
{"import", IMPORT},
{"in", IN},
{"incr", INCR},
@ -371,6 +376,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"insert", INSERT},
{"integer", INTEGER},
{"into", INTO},
{"including", INCLUDING},
{"intersect", INTERSECT},
{"invisible", INVISIBLE},
{"invoker", INVOKER},
@ -538,6 +544,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"ndbcluster", NDBCLUSTER},
{"nested", NESTED},
{"new", NEW},
{"never", NEVER},
{"next", NEXT},
{"no", NO},
{"no_write_to_binlog", NO_WRITE_TO_BINLOG},
@ -566,6 +573,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"ntile", NTILE},
{"nth_value", NTH_VALUE},
{"obconfig_url", OBCONFIG_URL},
{"object", OBJECT},
{"of", OF},
{"off", OFF},
{"offset", OFFSET},
@ -721,6 +729,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"rotate", ROTATE},
{"routine", ROUTINE},
{"row", ROW},
{"rowid", ROWID},
{"row_count", ROW_COUNT},
{"row_format", ROW_FORMAT},
{"row_number", ROW_NUMBER},
@ -845,10 +854,12 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
{"super", SUPER},
{"suspend", SUSPEND},
{"successful", SUCCESSFUL},
{"synchronous", SYNCHRONOUS},
{"synchronization", SYNCHRONIZATION},
{"sysdate", SYSDATE},
{"system", SYSTEM},
{"system_user", SYSTEM_USER},
{"statement", STATEMENT},
{"swaps", SWAPS},
{"switch", SWITCH},
{"switches", SWITCHES},