add placeholder for materialized view log schema and dml operations

This commit is contained in:
obdev
2024-02-06 23:05:10 +00:00
committed by ob-robot
parent 7d111d5dd8
commit 9732eb9d9c
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: