9585 Commits

Author SHA1 Message Date
hanr881
77df933a5f [CP] to issue<50356975>:fix pick routine of overload funtion issue 2023-12-26 06:53:13 +00:00
791065426@qq.com
ac5c0b464d [CP] fix bug: execute 'ddl drop column' statement access all_tab_columns view can query hidden table info. 2023-12-26 06:48:27 +00:00
0xacc
12c482603f [CP] [to #53947201] fix a -4016 problem in PX + UDF 2023-12-26 06:43:38 +00:00
wudidapaopao
d34cf94132 Before adapting the new functions to the DDL-related format of SSTable, temporarily roll back the related optimizations 2023-12-26 06:13:30 +00:00
KyrielightWei
90856cda21 clear expired lease in replay dup_table lease log 2023-12-26 05:17:45 +00:00
leftgeek
30fc70c920 fix alter table mlog in root service 2023-12-26 05:13:03 +00:00
obdev
b0e2976cf2 Add tracepoint placeholder 2023-12-26 04:47:50 +00:00
DengzhiLiu
56298217a4 Add default_table_store_format when creating table
Co-authored-by: windye <yeheng_2011@163.com>
2023-12-26 04:43:05 +00:00
qingzhu521
8e9ee763a8 Occupy the stmt type and item type in master for flush privileges 2023-12-26 04:13:45 +00:00
Zach41
2778509d3f Bugfix for null data format 2023-12-26 03:44:45 +00:00
sdc
36f9cecbc7 [CP] fix hang at dfo scheduler wait_all 2023-12-26 03:18:29 +00:00
felix-w15
d7ae28defd only reset tx active_scn to enable recgnize first stmt retry 2023-12-26 03:13:40 +00:00
yaojing624
4aacc8a7e6 Fix: affected row sync 2023-12-26 02:13:25 +00:00
jiadebinmary@gmail.com
c395a8bc73 [CP] Fix palf log printing core issue. 2023-12-25 14:43:08 +00:00
Handora
d199dde599 [BUG] fix memtable mgr op deadlock 2023-12-25 14:13:08 +00:00
obdev
64c1b16cec BUGFIX: temporary fix of loghandler core 2023-12-25 13:51:52 +00:00
obdev
07fedf588e add unittest for tenant_cloning 2023-12-25 13:47:11 +00:00
Charles0429
0bfa936ffc fix drop column idempotence 2023-12-25 13:13:37 +00:00
Hongqin-Li
836864c24d [CP] Retry when data tablet not exits on this ls 2023-12-25 12:53:07 +00:00
lalalafeier
544a6d3ddb Fix error in the preparation phase of snapshot creation and other bugfix 2023-12-25 12:48:23 +00:00
simonjoylet
e3629e30a2 check expired ddl kv or sstable in ddl merge task 2023-12-25 12:43:36 +00:00
fkuner
278fc314f6 [CP] Fix obcdc start failed when dropping tenant 2023-12-25 12:17:51 +00:00
ZenoWang
036fa70794 [CP] [FIX] make serialize failed when push_back failed 2023-12-25 12:13:12 +00:00
hezuojiao
052e59ff06 Fix vector 2.0 case and opt temp column store from_vector 2023-12-25 11:57:51 +00:00
chinaxing
41e4e3b46a [master] fix use-after-free in ObTxCommitCallback::callback 2023-12-25 11:53:04 +00:00
chinaxing
679ec8a7ff inject 20% rate to go parallel logging and replaying 2023-12-25 11:48:21 +00:00
JiahuaChen
840fd33829 Ensure ddl info cache consistence 2023-12-25 11:43:33 +00:00
obdev
9ed470fd6a Address the issue of errors arising from all elements in in_list being null 2023-12-25 11:18:40 +00:00
suz-yang
45001b4f91 Fix mview auto complete refresh parallel 2023-12-25 11:13:22 +00:00
hwx65
1737652b4f Fix the core caused by uppercase and lowercase expressions not determining whether buf is empty 2023-12-25 10:52:33 +00:00
SanmuWangZJU
46248c24a5 [CP] [OBCDC] Fix response of locate_start_lsn rpc 2023-12-25 10:47:44 +00:00
obdev
622e6a63d8 Implement the ObBackupIoAdapter performance testing tool 2023-12-25 10:25:33 +00:00
godyangfight
35813b954d [CP] Fix 421->422 migrate/rebuild copy sstable compatible bug. 2023-12-25 10:20:49 +00:00
obdev
b483a8f5af [CP] fix sqc handler memory leak when drop tenant
Co-authored-by: sdc <njucssdc@gmail.com>
2023-12-25 10:15:58 +00:00
AnimationFan
66e28d924c fix bug, index_info in table_schema not set scale in meta_type 2023-12-25 09:57:39 +00:00
yaojing624
c864c9e277 Fix: There are false positives in same client session 2023-12-25 09:52:50 +00:00
dimstars
b9c4e8cc69 fix test_ob_black_list_service bug 2023-12-25 09:43:07 +00:00
hy-guo
14421b2ab1 fix core at recursive_update_column_name 2023-12-25 09:37:49 +00:00
obdev
510b50a5ca [CP] [CP] Upgrade obstack 2023-12-25 09:23:21 +00:00
hezuojiao
7db773aea0 Fix nullif expr precision calc error 2023-12-25 09:18:36 +00:00
haitaoyang
c44bc84f00 Fix default cg scanner when vectorize disabled 2023-12-25 09:13:46 +00:00
chinaxing
f8733a5dcb add sanity check logic clock in trans state sync 2023-12-25 08:13:17 +00:00
Handora
0b07730f1a [BUG] remove useless migration clog checkpoint scn 2023-12-25 07:43:35 +00:00
DengzhiLiu
a54cc3a996 Revert Fix get scn from rowkey sstable 2023-12-25 07:18:05 +00:00
JLY2015
07d298bb8d fix test_index_usage fail case 2023-12-25 07:13:16 +00:00
ZenoWang
34ae6c3b7a [FIX] updating throttle config when unit memory is changed 2023-12-25 05:12:55 +00:00
18523270951@163.com
e49b957a84 destruct row meta when px ms close && do not rewrite some error code for view resolver 2023-12-25 04:47:34 +00:00
obdev
4b81b2d79b Fix the processing of notifying ObTenantSnapshotService when deleting unit 2023-12-25 04:42:53 +00:00
seuwebber
c7161ea914 [CP] [to #53886059]fix code cover 2023-12-25 03:43:33 +00:00
oceanoverflow
aaa925147a fix rs merge tablet info report -9011 2023-12-25 02:48:15 +00:00