10946 Commits

Author SHA1 Message Date
seuwebber
028d69f378 [to #53767952]fix bug trigger not use das 2024-02-07 20:43:16 +00:00
obdev
c5aec9185b [to #53517978] fix memory leak with collection element assign to null 2024-02-07 20:40:17 +00:00
LiuYoung00
244894e676 [CP] record piece entity memory 2024-02-07 20:37:16 +00:00
LiuYoung00
b88eb76b6d [CP] dml comp protocol use wrong seq 2024-02-07 20:34:17 +00:00
obdev
c2511b580f [FEAT MERGE] materialized view 2024-02-07 20:31:14 +00:00
LINxiansheng
39fae3b529 reduce cpu_count from 24 to 8 2024-02-07 20:28:13 +00:00
hnwyllmm
acd0ec6efd [FEAT MERGE] load local files 2024-02-07 20:25:14 +00:00
obdev
c7fe4c3f69 [FEAT MERGE] Implement tenant cloning mechanism
Co-authored-by: wanyue-wy <345657357@qq.com>
2024-02-07 20:19:21 +00:00
0xacc
47ac5a4254 [to #53705973] fix name resolve of SQL SECURITY INVOKER routines 2024-02-07 20:16:19 +00:00
ZenoWang
5050a64f7c [FIX] use getClock insteat of getCurrentTime 2024-02-07 20:13:18 +00:00
zhjc1124
f3e0f2fa6b [CP] add flags parameter for CGID_DEF 2024-02-07 20:10:18 +00:00
rolandqi
d358962098 bugfix: start wr service before init tenant service. 2024-02-07 20:07:17 +00:00
0xacc
b4e4b0407d [CP] [CP] [to #53119817] fix a .net driver compatibility issue 2024-02-07 20:04:17 +00:00
obdev
adf33e4168 [TABLELOCK] placeholder for pcode of detecting session alive 2024-02-07 20:01:17 +00:00
obdev
9f0936b2ee [CP] to issue<53610775>:fix core when using assoc array after delete it element 2024-02-07 19:58:14 +00:00
obdev
beb3fcc1f6 BUGFIX: rewrite the return code of tablelock 2024-02-07 19:55:15 +00:00
obdev
448b751d18 to issue<53790852>:split tenant of CommonArray module 2024-02-07 19:52:16 +00:00
hezuojiao
b3f67a3eb2 Fix decimal int related bugs 2024-02-07 19:49:16 +00:00
obdev
7c48289107 update zlib version in el9 deps 2024-02-07 19:46:15 +00:00
obdev
637742e243 fix: compatible with oracle 'sampled' mode keyword 2024-02-07 19:43:08 +00:00
obdev
c85a1348ba fix error code being overwritten 2024-02-07 19:37:21 +00:00
obdev
0ee6d9ea4a [CP] to issue<53631508>:fix goto infinite loop issue 2024-02-07 19:34:22 +00:00
nroskill
269de7a960 [CP] [OPT] thread stack lock 2024-02-07 19:31:24 +00:00
obdev
a996e3f1d8 [CP] [Fix] OBKV TTL cancel 2024-02-07 19:28:26 +00:00
wangt1xiuyi
7583283f93 fix master failed cases 2024-02-07 19:25:29 +00:00
obdev
d425027b91 remove redundant code and del lambda 2024-02-07 19:22:29 +00:00
obdev
225d78f12e large trx callback waiting for tx ctx lock and hold clog callback thread too long, affecting small trx latency. 2024-02-07 19:16:41 +00:00
obdev
542516e369 [FEAT MERGE] Backup support AWS S3
Co-authored-by: xuhuleon <xuhuleon@qq.com>
2024-02-07 19:13:39 +00:00
obdev
07bed38c8e [CP] Modify direct load heart rpc to high prio 2024-02-07 19:10:37 +00:00
SanmuWangZJU
128c9c5143 [CP] [OBCDC] Support multi-version ls while using online schema 2024-02-07 19:04:44 +00:00
obdev
ca6af6b8c8 [CP] Reset the system view status when restarting the server to ensure the eventual consistency of the system vie 2024-02-07 18:58:54 +00:00
obdev
22f03c1a58 bugfix : patch obkv bugfix to master 2024-02-07 18:55:51 +00:00
wanyue-wy
bd25cfd55d placeholder about error code 2024-02-07 18:52:49 +00:00
obdev
028dfe9d4a fix mem context in session cross thread leads error 2024-02-07 18:46:57 +00:00
a1iive
ba1005d18a fix NODE_RUNNING progress 2024-02-07 18:43:54 +00:00
a1iive
a48ae4a546 use RlockGuardWithTimeout to get freeze info 2024-02-07 18:40:52 +00:00
obdev
b128237054 [CP] Fix ObTenantTransferService print log bug 2024-02-07 18:37:48 +00:00
obdev
f117d7433e [CP] Fix: log level reduce 2024-02-07 18:34:46 +00:00
seuwebber
ccc6d52653 [to #53816597]fix bug dbms_job core 2024-02-07 18:31:43 +00:00
obdev
8c98de1859 add placeholder for SHARED_STORAGE_MODE of ObServerMode 2024-02-07 18:28:40 +00:00
obdev
a8cba4376b [CP] Fix: user cannot be null 2024-02-07 18:25:36 +00:00
tino247
8d751062f6 [CP] [UPGRADE] Fix data_version retrogressive problem 2024-02-07 18:22:34 +00:00
obdev
67f5c63f4a [CP] Fix unbalance issue of subpartitions in adaptive tablegroup 2024-02-07 18:19:33 +00:00
renju96
64b227a017 [CP] bugfix: delete unsafe log 2024-02-07 18:16:31 +00:00
yinyj17
5cda20994b fix join elimination bug for nested subquery 2024-02-07 18:13:29 +00:00
chinaxing
dbb5c1fc2a [CP] [txn-route] fix mark participants set as changed after savepoint rollback 2024-02-07 18:10:25 +00:00
wangt1xiuyi
7eec73bbef fix failed to gather longtext type stats by direct load 2024-02-07 18:07:23 +00:00
LiuYoung00
1e40b820b0 [CP] [to #53512507]fixed cursor exec param in process_record 2024-02-07 18:04:20 +00:00
obdev
39cff7c1f2 [BUG FIX] fix meta major sst calc index block row size 2024-02-07 17:58:31 +00:00
obdev
92fcda38da [FEAT MERGE] 4.3 online ddl column type change 2024-02-07 17:55:31 +00:00