6483 Commits

Author SHA1 Message Date
wu-xingying
353f6dbe1d json path memory leak bugfix 2023-07-20 09:48:07 +00:00
obdev
84aa39f4b2 Fix blocked ls don't be put into blacklist 2023-07-20 09:42:14 +00:00
obdev
a2ac8c138f change the xid construction method of dblink 2023-07-20 09:18:19 +00:00
yangqise7en
feef090117 use tenant memory for ls_locality & add schedule_tablet_medium func 2023-07-20 09:12:25 +00:00
obdev
06a76e02b9 fix virtual table's column name 2023-07-20 08:48:13 +00:00
obdev
4f66794518 Add select for update stmt judgment to das can retry condition. 2023-07-20 08:42:17 +00:00
obdev
dacbb75c13 add check for ls gc 2023-07-20 08:24:01 +00:00
maosy
ea2a1f8862 fix restore_service:create_tenant_end timeout 2023-07-20 08:18:07 +00:00
wu-xingying
dbbf1403a7 xpath refactoring implement 2023-07-20 08:12:14 +00:00
yaojing624
9ed0644c3d Fix: session sync obj type not consistent need sync 2023-07-20 07:54:33 +00:00
obdev
917a6ae258 BUGFIX: make sure safe destroy handler stop if create tenant failed. 2023-07-20 07:48:40 +00:00
wangt1xiuyi
0e559980f4 fix invalid number in rowid caused core 2023-07-20 07:42:33 +00:00
obdev
f581908691 use memory ctx to allocate the memory of mstx full tablets 2023-07-20 07:24:14 +00:00
hiddenbomb
494e1e06f6 refactor mds table merge dag 2023-07-20 07:18:18 +00:00
obdev
7977b8cc58 [to #50868149] fix self attribute access resolve 2023-07-20 07:12:21 +00:00
haitaoyang
85cfc17505 Use blockcache in estimating row read path 2023-07-20 06:54:01 +00:00
BinChenn
0ad2b75b79 [fix] set scn of election priority to MIN_SCN when access mode is not APPEND 2023-07-20 06:48:01 +00:00
KyrielightWei
4a7f055b47 free retain_ctx_func memory in part_ctx's destroy 2023-07-20 06:12:29 +00:00
obdev
d98be905ec update super_block version 2023-07-20 04:54:06 +00:00
maosy
3e4a57c15d __all_ls will delete anymore and add ls_event to history 2023-07-20 04:48:13 +00:00
cqliang1995
1e30cd9247 fix binary-float type error in dblink 2023-07-20 04:42:17 +00:00
tino247
c48de8739b [SCHEMA] Optimize performance for refreshing full schema 2023-07-20 04:12:12 +00:00
SanmuWangZJU
e3839f900d [OBCDC] Fix compatiable check for refresh_mode and fetch_mode 2023-07-20 03:54:00 +00:00
KyrielightWei
f44dabec3b set CUR_LS_CNT as 1 if no ls 2023-07-20 03:42:19 +00:00
obdev
e124ced9f9 BUGFIX: add some log for write throttle 2023-07-20 03:18:01 +00:00
obdev
5fb975ae7c fix semi to inner bug for view from dual 2023-07-20 02:54:11 +00:00
Hongqin-Li
5180ca7a8c Retry ddl for 6002 caused by out trans table lock leader switch 2023-07-20 02:48:16 +00:00
skylhd
fc9e8a66fd [BUGFIX]fix read lob over transaction 2023-07-20 02:42:21 +00:00
skylhd
73c39f6fef [BUGFIX] fix over size input 2023-07-20 02:18:25 +00:00
LiefB
3527fd9ded add user warning for standby/restoring tenants that skip major freeze 2023-07-20 02:12:25 +00:00
akaError
ea1c7c53d2 fix 4377 error because of mysql non strict mode 2023-07-20 01:48:02 +00:00
obdev
fff9fe9da3 Fix two errorcode related bugs: issue 46899782 and issue 45900041 2023-07-20 01:42:10 +00:00
obdev
b4eaec0f1c [CP] disallow ddl with predefined rules with trigger. 2023-07-20 01:12:08 +00:00
SevenJ-swj
f39de9dd64 fix pl update set row bug 2023-07-19 14:18:04 +00:00
suz-yang
c459d3c14c Fix direct load multiple merge range splitter handle origin table 2023-07-19 14:12:11 +00:00
obdev
4a023c0a24 [OBCDC] Fixing the issue of possible memory allocation failure during startup in the data dictionary model. 2023-07-19 13:48:16 +00:00
Charles0429
762ac8047d fix mysqltest 2023-07-19 13:42:18 +00:00
2149
2270439501 Change legitimacy error code for functional index 2023-07-19 12:48:14 +00:00
fengdeyiji
60eeafb3d0 [Election] make [decentralized elect]/[change leader] use differenct priority definition 2023-07-19 12:42:18 +00:00
nroskill
492d534240 placeholder for virtual table of cgroup 2023-07-19 12:12:06 +00:00
Tyshawn
9dfd440870 [BUG.FIX] fix -4055 in tmp file 2023-07-19 11:48:01 +00:00
zxlzxlzxlzxlzxl
91d97f2698 [LogFetcher] Fix the bug that limited FetchLogARpcResult in SmallObjPool is unlimited 2023-07-19 11:42:07 +00:00
ob-robot
b1dc4a6257 Merge branch 'pr_1477' 2023-07-19 11:13:36 +00:00
yyy-hust
a3e6affa54 [GC] GC should only care committed ls 2023-07-19 11:12:15 +00:00
BinChenn
160c6eb35d [fix] more strict condition for is_in_sync 2023-07-19 10:54:03 +00:00
zzg19950727
76c8a644a0 [CP] [CP]implement query range cost model 2023-07-19 10:42:16 +00:00
LiuYoung00
c1200c00c8 [to #50896821]fixed ps cursor local retry 2023-07-19 10:12:25 +00:00
godyangfight
d35479be24 Fix kill trans return 4023 bug 2023-07-19 09:48:27 +00:00
wangyunlai
e54bd5768d
Update compile.yml 2023-07-19 17:25:04 +08:00
Handora
cd6e2d650c [BUG] only check sequence set with the first one 2023-07-19 08:42:14 +00:00