8961 Commits

Author SHA1 Message Date
obdev
e0fb41718d [BUGFIX] fix read across the boundary 2023-11-27 07:19:02 +00:00
obdev
4c9b6479df [BUGFIX] fix sys view cdb_tables display not right 2023-11-27 07:14:32 +00:00
oceanoverflow
d8787306fb fix print band limit log issue 2023-11-27 07:09:41 +00:00
0xacc
dbc5584a8d [CP] [to #53421157] fix mysql.proc RETURNS for procedures 2023-11-27 07:00:42 +00:00
dimstars
2a738e1be1 fix blacklist ret bug 2023-11-27 06:55:52 +00:00
felix-w15
13d649f400 implicit trx first stmt retry does not abort tx 2023-11-27 06:51:19 +00:00
xianyu-w
0bc0de8440 [CP] Fix join filter bug 2023-11-27 06:46:45 +00:00
LiuYoung00
837ceaf633 [CP] [to #53346341] dbms cursor need destruct spi_cursor in the end of function 2023-11-27 06:42:11 +00:00
boger001
11b39c0ba5 [CP] reset pos if retry
Co-authored-by: liuzizhuo <liuzizhuo@bankofbeijing.com.cn>
Co-authored-by: BOBChenRH <chenruohao@bankofbeijing.com.cn>
2023-11-24 14:34:36 +08:00
yaojing624
a666fa9757 [CP] Fix: stack overflow problem 2023-11-24 04:15:22 +00:00
hezuojiao
534e923726 Sync auto increment cache local_sync value to avoid inner table access 2023-11-24 04:11:08 +00:00
tino247
7f927bddc2 [CP] [UPGRADE] Fix execute_ remain problem 2023-11-24 03:41:03 +00:00
wxhwang
6d15258aba [CP] fix restart failed during tenant restore 2023-11-23 16:45:01 +00:00
WeiXinChan
1d538b327f [CP] [Bugfix] on update current_timestamp bug & TbSessNodeVal memory leak 2023-11-23 16:40:54 +00:00
yangqise7en
d8881da113 use small batch size to fetch checksum 2023-11-23 16:15:07 +00:00
WeiXinChan
8187d25c4f [CP] [Bugfix]auto increment column fill null return OB_BAD_NULL_ERROR 2023-11-23 16:10:58 +00:00
leftgeek
475079b643 add placeholder for materialized view log schema and dml operations 2023-11-23 15:11:10 +00:00
obdev
56f9ab9335 remove limit of block mark 2023-11-23 14:45:16 +00:00
obdev
4b0b4cadb8 [CP] allow memtables in OUT location to finish_freeze 2023-11-23 14:41:00 +00:00
Handora
b09169edf6 [BUG] use is follower instead of is master to obey the freeze protocol 2023-11-23 14:17:28 +00:00
ob-robot
49ff319c6c Merge branch 'pr_1677' 2023-11-23 14:08:38 +00:00
shadowao
cca0b81d8b [CP] enable lob outrow to inrow storage 2023-11-23 13:45:17 +00:00
wxhwang
76a8b93a43 [CP] fix execute import ddl but return task exist 2023-11-23 13:40:52 +00:00
dimstars
2bb9937cf7 fix balcklist bug which make RTO > 10s 2023-11-23 13:11:03 +00:00
18523270951@163.com
73c41fb9d8 [CP] skip modify view status for unnecessary alter table stmt 2023-11-23 12:45:08 +00:00
Naynahs
b91e7be187 Add two errsim number for test 2023-11-23 12:40:57 +00:00
tino247
2cd5072d3e Remove timeout restriction of increment refresh schema 2023-11-23 12:15:14 +00:00
yyy-hust
9e681b8300 [log storage compress] remove entry count related stat event 2023-11-23 12:11:05 +00:00
maosy
09a595f841 内部表加列占位 2023-11-23 11:45:15 +00:00
chinaxing
8ab8c2a4bb [CP] [4_2_1] fix txdesc.flags_ serialize corrupt due to concurrent modify 2023-11-23 11:41:04 +00:00
obdev
c83b726c71 fix empty shell cannot be washed 2023-11-23 11:15:11 +00:00
wjhh2008
aede9be0db apply ids 2023-11-23 10:45:38 +00:00
windye
a1c2792ab7 optimization for tablet meta iops [FEAT MERGE]
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2023-11-23 10:41:22 +00:00
3Ti
b4167ae293 allow docker set lower_case_table_names for tenant 2023-11-23 17:31:21 +08:00
coolfishchen
52c4d4a985 add START_REFRESH_MVIEW_TASK ObDDLTaskStatus 2023-11-23 08:45:03 +00:00
xianyu-w
f54b7d8456 [CP] Disable view merge which generate stmt with more than 10 tables 2023-11-23 08:40:54 +00:00
Zach41
dd4fe92807 Fix type deduction error 2023-11-23 08:11:03 +00:00
hy-guo
8d166a7d96 fix auto generate alias is too long 2023-11-23 07:40:57 +00:00
sdc
e0ed12fb6e fix gi fetch task concurrently bug 2023-11-23 07:11:28 +00:00
haitaoyang
a69e3a4148 Fix memory of DecoderCtx not free as expected 2023-11-23 06:45:19 +00:00
obdev
2ef623439c Handling the core issue caused by multiple calls to the destroy method of IntermResultManager. 2023-11-23 06:41:09 +00:00
yangqise7en
788acb1f3e [CP] use is_schema_changed on medium info 2023-11-23 05:41:03 +00:00
lalalafeier
15d02c85f9 Placeholder about RPC and VIEW 2023-11-23 05:11:12 +00:00
niyuhang
721eba42aa refactor the logic for public mysqltest 2023-11-23 04:45:27 +00:00
GITHUBear
19fece84d3 fix bug: ACCESS DENIED in test user of test tenant under Fast Boot Docker 2023-11-23 04:41:16 +00:00
HaHaJeff
a19665eec0 [FEAT MERGE] cherry pick restore_pf_opt from 421release to master 2023-11-23 04:15:59 +00:00
simonjoylet
16f37c94b6 [FEAT MERGE] enhance_ddl_quality
Co-authored-by: renju96 <fcbrenju@163.com>
2023-11-23 04:11:39 +00:00
JiahuaChen
fd1115b382 Skip getting mds table for empty shell 2023-11-23 03:10:42 +00:00
z404289981
f6083f5351 opt whole scnner io buf 2023-11-23 02:41:03 +00:00
a1iive
c419b32061 split calc data_size from write lock 2023-11-23 02:14:43 +00:00