[FEAT MERGE] JSON/XML phase2 and JSON Partial Update

Co-authored-by: Carrot-77 <1012982871@qq.com>
Co-authored-by: wu-xingying <729224612@qq.com>
This commit is contained in:
shadowao
2024-04-12 10:46:02 +00:00
committed by ob-robot
parent fbfcd0feaa
commit 4afa70a218
254 changed files with 55981 additions and 10150 deletions

View File

@ -137,6 +137,7 @@ struct ObLogStat
int64_t total_tx_redo_log_count_;
int64_t normal_row_count_;
int64_t table_lock_count_;
int64_t ext_info_log_count_;
TO_STRING_KV(
@ -154,7 +155,8 @@ struct ObLogStat
K(total_tx_log_count_),
K(total_tx_redo_log_count_),
K(normal_row_count_),
K(table_lock_count_));
K(table_lock_count_),
K(ext_info_log_count_));
};
struct ObAdminMutatorStringArg