10902 Commits

Author SHA1 Message Date
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
obdev
fa1fe67d5b place holder for __all_virtual_column_group in oracle mode 2024-02-07 17:52:31 +00:00
obdev
1e03c39854 [CP] add retry for direct load if unit has migrated 2024-02-07 17:49:30 +00:00
obdev
66317b738e Fix: Avoid error reporting in downtime scenarios 2024-02-07 17:46:30 +00:00
obdev
5413e7bf27 [CP] fix: uncommitted txns may not be aborted after standby tenant switch over 2024-02-07 17:43:30 +00:00
obdev
fc486eae65 fix table_lock lock_op check not logged 2024-02-07 17:40:31 +00:00
obdev
a73356831a Fix sum(bit_col) type dedction 2024-02-07 17:34:44 +00:00
godyangfight
58c6dc8cd4 Fix transfer src ls gc bug. 2024-02-07 17:28:57 +00:00
ZenoWang
33a6f4973d [FEAT MERGE] Implement Resource Throttle 2024-02-07 17:25:56 +00:00
wjhh2008
df5ef10e8f Fix load data bug for json type 2024-02-07 17:22:56 +00:00
obdev
c66cbc28a9 bugfix nullif expr deduce_type adapt json 2024-02-07 17:17:07 +00:00
obdev
b068e93506 use macro iterator 2024-02-07 17:14:08 +00:00
obdev
3b8a815873 fix recover external table bug 2024-02-07 17:11:07 +00:00
yinyj17
e248af772c disable expr pullup and const propagate with var assign 2024-02-07 17:08:07 +00:00
obdev
a5ceb247de opt calc global bound for sql auto memory mgr 2024-02-07 17:05:07 +00:00
wangt1xiuyi
15307ef94e [FEAT MERGE][CP]optimizer stats enhancement 2024-02-07 16:56:28 +00:00
obdev
540f23b2d3 [CP] fix the memleak of nested Array 2024-02-07 16:53:28 +00:00
obdev
c699ceea48 [FEAT MERGE] Solidify session vars for functional index 2024-02-07 16:44:49 +00:00
obdev
aceabf03d5 [CP] fix core when create_tg_tenant with no_memory 2024-02-07 16:41:49 +00:00
obdev
63fd9bd120 replica is not readable when ls blocked and retry cost too much time. 2024-02-07 16:38:51 +00:00
obdev
04ba1bb648 [FEAT MERGE] rpc authentication improvement 2024-02-07 16:35:49 +00:00
yishenglanlingzui
ddfec5fc23 master branch sys_stat and trace_point place_holder 2024-02-07 16:32:47 +00:00
Charles0429
7f28858533 add wait event 2024-02-07 16:24:12 +00:00
obdev
c6c889e47c to issue<53790417>:fix bug about using cursor-for-loop index name as package routine argument 2024-02-07 16:18:22 +00:00
obdev
112b0dfbd4 [FEAT MERGE] Support index usage monitoring 2024-02-07 16:12:34 +00:00
oceanoverflow
f7a91cb0b1 fix restore concurrent with clean issue 2024-02-07 16:09:32 +00:00
wangt1xiuyi
533802c26e fix failed cases and reserve error code in advance on the master branch. 2024-02-07 16:03:42 +00:00
obdev
eb6065f4b2 [CP] fix dup table virtual table core and clean unused log 2024-02-07 16:00:42 +00:00
HaHaJeff
315fe90c5e fixed memory leak when palf epoch changed. 2024-02-07 15:57:42 +00:00
obdev
e783acb1c3 Fix minimal logic for recording columns. 2024-02-07 15:54:41 +00:00
obdev
1ccbb2471c occupy oss throt table 2024-02-07 14:47:42 +00:00
obdev
21ddf9e8b2 [CP] [LOB] support inrow threshold config 2024-02-07 14:44:41 +00:00
obdev
faf440e6ea [FEAT MERGE]client session 2024-02-07 14:41:39 +00:00
obdev
01f977c065 [CP] If the ring exists and exits prematurely, only the allocator is cleaned when operator is closed in oracle DFS mode 2024-02-07 14:35:51 +00:00
Hongqin-Li
254bdbbfa2 Add timeout for autoinc rpc 2024-02-07 14:32:51 +00:00
obdev
28209076a3 Bugfix for nagating decimal_int 2024-02-07 14:29:52 +00:00
chinaxing
6a2e0b6e2b rename latch define of TRANS_EXEC_LOCK to TRANS_ACCESS_LOCK 2024-02-07 14:26:51 +00:00
obdev
bbfbefabdf [FEAT MERGE] dynamic_server_spec phase1 2024-02-07 14:23:50 +00:00
Handora
46b64790bc [FEAT MERGE] transfer without kill tx 2024-02-07 14:20:47 +00:00
wxhwang
233bf43b61 revert fix restore minor failed 2024-02-07 14:17:46 +00:00
zhjc1124
b91c4a01c3 [CP] remove unsafe macro OB_UNIS_DECODEx 2024-02-07 14:11:56 +00:00
chinaxing
6c1a28cde8 [master] fix session-sync-verify for transaction-route 2024-02-07 14:08:56 +00:00
obdev
f81867b463 fix subplan filter + px batch rescan hang 2024-02-07 14:05:54 +00:00
obdev
53d13885cf [CP] fix bug: a large backlog of threads and causing the server to stop providing service. 2024-02-07 14:02:54 +00:00
obdev
3db2e35a2e fix merge join bug when use interesting ordering for merge key 2024-02-07 13:57:05 +00:00