2358 Commits

Author SHA1 Message Date
ChangerR
02fedb0783 fix view pullup part exprs bug 2023-01-12 19:02:33 +08:00
obdev
c40dbae25e [CP] fix a bug about empty table name in filter condition of information_schema.columns 2023-01-12 19:02:33 +08:00
obdev
4853e91041 adjust clog_checkpoint lock read_prefer 2023-01-12 19:02:33 +08:00
obdev
d76fd66d95 [CP] [to #44422916]Fix desc view bug when udf exists in view definition 2023-01-12 19:02:33 +08:00
maosy
5faa60b77c [CP] fix drop user core 2023-01-12 19:02:33 +08:00
obdev
4deeb78bb5 gis mysqltest 2023-01-12 19:02:33 +08:00
obdev
273d7ba43c [CP] datetime column with not null attribute cause query result missing 2023-01-12 19:02:33 +08:00
obdev
e71e0abb77 fix the issue that sql nio will cost 40s when execute insert case for 1000 rows 2023-01-12 19:02:33 +08:00
Larry955
5d01842db7 fix predicate move around bug 2023-01-12 19:02:33 +08:00
obdev
79bb01f4d1 tools: ob_admin add remove_lock/update_lock cmd 2023-01-12 19:02:33 +08:00
obdev
a453d36a83 adjust log level of switch_to_follower_gracefully 2023-01-12 19:02:33 +08:00
obdev
d1b473dd29 revert gts cache leader optimization 2023-01-12 19:02:33 +08:00
obdev
80ea36d9ab [CP] only root participant need to request gts 2023-01-12 19:02:33 +08:00
godyangfight
b4561e6ecd Fix migration reuse local major makes checksum error 2023-01-12 19:02:33 +08:00
LiuYoung00
f4061aa54c [to #46844254]Memory expansion caused by merge_piece_buffer multiple buffer expansions 2023-01-12 19:02:33 +08:00
obdev
7fe3d87f72 del advance_clock timer in speed_limit 2023-01-12 19:02:33 +08:00
obdev
4226320168 [to #46045492] fix serval signal/resignal issues 2023-01-12 19:02:33 +08:00
obdev
4d6995673a [CP] [to #46708308] add ObPLCtxGuard for udf calc 2023-01-12 19:02:33 +08:00
obdev
8ac1a5ef1e submit placeholder for archive view and inner table 2023-01-12 19:02:33 +08:00
wenxingsen
7bcc0330c1 fix ccls build mode copy.sh and clean logic 2023-01-12 19:02:33 +08:00
obdev
4666798151 [Fix] update check sstable status ret code 2023-01-12 19:02:33 +08:00
oceanoverflow
59111c1ece add new inner table number to master branch 2023-01-12 19:02:33 +08:00
obdev
6f5d889cdb [4.1] fix handle timeout for one participant distributed trans 2023-01-12 19:02:33 +08:00
obdev
509c446234 [CP] [to #46597683] fix session memory expansion by pkg var serialize 2023-01-12 19:02:33 +08:00
obdev
c2bf552dba fix cases master 2023-01-12 19:02:33 +08:00
JiahuaChen
b2ce07cc06 Dump shared macro block 2023-01-12 19:02:33 +08:00
obdev
59c443225d Add sync interface to check if freeze finished 2023-01-12 19:02:33 +08:00
obdev
6c9add4152 [HelloBike] fix a bug of index comment covering data table comment 2023-01-12 19:02:33 +08:00
godyangfight
1c610d0815 Fix observer core at create tablet for migration 2023-01-12 19:02:33 +08:00
obdev
c064eb597c [CP] [to #46475366] fix memory leak of udf`s collection result 2023-01-12 19:02:33 +08:00
obdev
5aed6bd3d8 [FEAT MERGE] ELR & WeakRead feature enhancement 2023-01-12 19:02:33 +08:00
obdev
9f3038df4f add timeguard for replay 2023-01-12 19:02:33 +08:00
obdev
529e541dd6 fix mysqltest 2023-01-12 19:02:33 +08:00
obdev
362f7075e4 update obproxy version to obproxy4.0.0BP1 2023-01-12 19:02:33 +08:00
LiuYoung00
7562ea53d7 [to #46843562] use new request_type to record sql from pl 2023-01-12 19:02:33 +08:00
obdev
8a48ba190b fix prepare version invalid bug when transaction is recovered from tx ctx table 2023-01-12 19:02:33 +08:00
obdev
5c2ed71dd6 [CP] [to #44352686] fix is_prepare_protocol in resolve_external_symbol 2023-01-12 19:02:33 +08:00
obdev
4e3904ab4d [4.1] 新增仲裁相关视图占位 2023-01-12 19:02:33 +08:00
saltonz
ca989b830c [bugfix] fix unsafe memory access to index block 2023-01-12 19:02:33 +08:00
obdev
8cfaa51a71 Move set_memtable_clog_checkpoint_scn 2023-01-12 19:02:33 +08:00
obdev
d1c6e3e1d1 [Fix] commit ddl column checksum in follow replicas 2023-01-12 19:02:33 +08:00
Charles0429
caead7fcaa fix on update execution core dump 2023-01-12 19:02:33 +08:00
SanmuWangZJU
9b0165efb0 [OBCDC] fix multi_tenant issue and fix some cases. 2023-01-12 19:02:33 +08:00
obdev
d88bd75a8a [CP] fix merge into result error when hitting plan cache 2023-01-12 19:02:33 +08:00
obdev
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
obdev
38846e73d6 revise some expr flags 2023-01-12 19:02:33 +08:00
obdev
35eec7741d remove ObOperator::get_next_row() in ObSelectIntoOp::inner_open() 2023-01-12 19:02:33 +08:00
obdev
190932ebb3 placeholder broadcast tenantinfo after sw/fo 2023-01-12 19:02:33 +08:00
godyangfight
6dd8947a1c Fix ha add major and minor with storage schema and tablet meta merge 2023-01-12 19:02:33 +08:00
obdev
0786a354df set scale and precision for exprs ascii and ord 2023-01-12 19:02:33 +08:00