Commit Graph

1946 Commits

Author SHA1 Message Date
4afa70a218 [FEAT MERGE] JSON/XML phase2 and JSON Partial Update
Co-authored-by: Carrot-77 <1012982871@qq.com>
Co-authored-by: wu-xingying <729224612@qq.com>
2024-04-12 10:46:02 +00:00
76cb9ba4a4 fix the error code of alloc mem failed 2024-04-11 13:15:14 +00:00
263b3806fa [CP] 422_opensource feature patch 431 2024-04-11 10:14:23 +00:00
42e39c6f92 [GIS] fix expr coredump 2024-04-11 09:46:22 +00:00
0e96deaa6a fix the problem of performance degradation for add expression 2024-04-10 17:20:03 +00:00
664822467e fix bin2uuid cause stack overflow 2024-04-10 13:15:24 +00:00
sdc
c10f4142b7 fix shared hj sync close + channel sync deadlock 2024-04-10 12:15:52 +00:00
078371afbd Fixed the deadlock issue in DM and P2P orthogonal scenarios. 2024-04-10 11:06:24 +00:00
f0ee52cb5b [CP] runtime range filter support <=> join in oracle mode 2024-04-10 11:00:43 +00:00
ce6ee9cf55 add defensive check for ObExprWeightString 2024-04-10 10:15:57 +00:00
sdc
df4583a145 fix hash local allocate sqcs and build channel map bug 2024-04-10 08:45:28 +00:00
7d11a2a10d placeholder for fts branch DAS iter structure refactor 2024-04-10 08:17:34 +00:00
3d4ef9741d [FEAT MERGE] performance optimzation for OLTP
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
2024-04-10 07:32:28 +00:00
a595c1f3de fix review and refresh farm 2024-04-09 14:15:25 +00:00
69541b8b16 Fix the problem of correctness caused by partition sort error code coverage 2024-04-09 05:37:46 +00:00
8addb38f3e Fix core at result set destructor 2024-04-09 05:26:35 +00:00
0938dda055 Fix connect by debug log core 2024-04-09 05:21:23 +00:00
34c3718f40 [CP][FEAT MERGE]SDO_GEOMETRY & MYSQL GIS EXPR IMPLEMENT 2024-04-08 13:45:08 +00:00
766a7c6c3c [CP] change error message for non-direct load data 2024-04-08 13:09:49 +00:00
2ce6bc28c8 FIX: fix the core induced by foreign key handle overwrite the datum pointer of expr in DML op 2024-04-08 10:24:42 +00:00
fb4195d21a [CP] to issue<55645636>:fix two cursor memory leak stack 2024-04-08 09:53:38 +00:00
a1d20eb244 fix partition topn sort use fixed hash bucket size 2024-04-08 05:55:08 +00:00
eb5bafc586 Add placeholder for incremental direct load 2024-04-08 03:15:44 +00:00
c1c851b201 [master] reduce savepoint Log by skip flush redo for serval situation 2024-04-08 02:50:36 +00:00
44fc2f09f5 [FEAT MERGE] perf opt and support cs compaction to row
Co-authored-by: z404289981 <z404289981@163.com>
Co-authored-by: XIAO-HOU <372060054@qq.com>
Co-authored-by: wudidapaopao <664920313@qq.com>
2024-04-07 10:35:21 +00:00
ef5a40009a fix format not reset bug 2024-04-07 08:33:04 +00:00
5a4de37bb6 fix miss ret problem 2024-04-07 08:12:12 +00:00
sdc
6bb613e0d5 [CP] fix serialize gi input core 2024-04-07 07:30:14 +00:00
cac0a7d1e6 display of merge progress 2024-04-07 07:24:50 +00:00
c82292eb5f [CP] fix plan feek back bug 2024-04-03 09:15:01 +00:00
f0af267264 Fix logging problem in table scan op 2024-04-03 06:45:40 +00:00
d58caf4dc4 Fix clear filter mistakenly in filter IN pushdown. 2024-04-02 12:44:55 +00:00
58274767a4 fix bug: runtime in filter stores duplicate rows 2024-04-02 09:51:12 +00:00
af3c2dab32 Fix merge join dynamic memory leak during rescan 2024-04-02 09:05:26 +00:00
46511938dc fix lob macro block logic id duplicate after direct load. 2024-04-02 04:24:02 +00:00
d47900b6bf Fix temp row store overwrite ret code 2024-04-01 02:46:07 +00:00
4c26f10dcf fix use_sstr_aggr_ state maybe not correct bug 2024-03-29 04:16:17 +00:00
b85bfe378d Fix tpcds perf drop 2024-03-28 14:15:24 +00:00
e6d00ac5bb Fix too strong param obj meta defensive code in filter IN. 2024-03-28 13:15:29 +00:00
4130e898e3 [CP] [FEAT MERGE]:pl 4.2.2 version feature dev 2024-03-28 10:50:18 +00:00
72302550bb [CP] [CP] Support set names with variables 2024-03-28 09:46:01 +00:00
02f936be1c Fix filter IN pushdown compact 2024-03-28 09:15:26 +00:00
8804a2d9c7 fix runtime in filter core when allocate memory failed 2024-03-28 08:50:41 +00:00
f03ab8c186 [CP] [xa/dblink] add statistics for xa and dblink 2024-03-28 08:45:30 +00:00
98278dd930 [CP] fix generated column create bug 2024-03-27 04:45:38 +00:00
cc85856379 [CP] Reset left_brs.skip_ with enough size after get_left_batch in NLJ 2024-03-27 04:20:40 +00:00
62eb9bd22b [CP] Fix: fix memory leak induced by foreign key casacde delete check duplicate rowkey 2024-03-27 04:15:38 +00:00
6ed441335b Fix greatest precision calc for integer type 2024-03-26 12:15:31 +00:00
5aa0503125 [FEAT MERGE] ap perf optimization
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: XIAO-HOU <372060054@qq.com>
Co-authored-by: z404289981 <z404289981@163.com>
2024-03-26 07:51:42 +00:00
ce7584d0fe [CP] fix select outrow lob into user var 2024-03-25 13:50:55 +00:00