[FEAT MERGE] materialized view

This commit is contained in:
obdev
2024-02-07 20:31:13 +00:00
committed by ob-robot
parent 39fae3b529
commit c2511b580f
257 changed files with 35698 additions and 4335 deletions

View File

@ -1416,6 +1416,8 @@ bool ObSQLUtils::cause_implicit_commit(ParseResult &result)
|| T_CREATE_DATABASE == type
|| T_MODIFY_TENANT == type
|| T_CREATE_INDEX == type
|| T_CREATE_MLOG == type
|| T_DROP_MLOG == type
|| T_DROP_TENANT == type
/* pl item type*/
|| T_SP_CREATE_TYPE == type