add placeholder for materialized view log schema and dml operations

This commit is contained in:
leftgeek
2023-11-23 15:11:10 +00:00
committed by ob-robot
parent 56f9ab9335
commit 475079b643
4 changed files with 16 additions and 3 deletions

View File

@ -76,7 +76,8 @@ public:
uint64_t is_batch_stmt_ : 1;
uint64_t is_insert_up_ : 1;
uint64_t is_table_api_ : 1;
uint64_t reserved_ : 59;
uint64_t is_access_mlog_as_master_table_ : 1;
uint64_t reserved_ : 58;
};
};
protected: