Commit Graph

4535 Commits

Author SHA1 Message Date
ad0dbbb47c remove location constraint of insert table if insert plan is local with multi-part-insert 2024-04-08 06:50:50 +00:00
9b23623ea5 fix win magic and simplify groupby bug 2024-04-08 06:29:15 +00:00
a1d20eb244 fix partition topn sort use fixed hash bucket size 2024-04-08 05:55:08 +00:00
f296a63615 fix LEVEL in START WITH bug 2024-04-08 05:49:58 +00:00
1facbc67f8 [CP] fix lob max row data length check bug that causes table creation failure 2024-04-08 05:44:53 +00:00
b5792241c1 fix view column nullable deduce wrong 2024-04-08 05:24:24 +00:00
5ad1102423 fix or-expansion make distinct with lob failed 2024-04-08 03:20:54 +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
e007f676a5 occupy the pos of mock sys view 2024-04-07 06:14:59 +00:00
2faf43844b [CP] fix window func ndv bug 2024-04-07 02:50:40 +00:00
17cff60f67 [CP] fix executor core 2024-04-03 11:57:13 +00:00
02281e1d23 [to #53220315] fix opaque deep copy memory leak 2024-04-03 09:20:17 +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
48ef5e0a5c fix subplan scan deduce equal set not inherit relation id 2024-04-02 13:45:45 +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
1b2993357f Fixed the issue where columns could not be inserted after rebuilding the default sequence 2024-04-02 09:46:04 +00:00
805b9cf911 fix log set fd bug 2024-04-02 09:29:26 +00:00
af3c2dab32 Fix merge join dynamic memory leak during rescan 2024-04-02 09:05:26 +00:00
758b75f0d8 fix ddl tables replace part expr with definition. 2024-04-02 08:59:37 +00:00
b6ea5e8416 [CP] fix ntile selectivity bug in oracle mode 2024-04-02 07:05:22 +00:00
46511938dc fix lob macro block logic id duplicate after direct load. 2024-04-02 04:24:02 +00:00
36d42c2008 revert code 2024-04-01 13:07:03 +00:00
a21418864c service_name related placement 2024-04-01 13:01:27 +00:00
6547bc35f0 [CP] fix rowid expr cannot extract query range 2024-04-01 09:59:39 +00:00
edc410ce3c adjust error code for agent table && fix compile error 2024-04-01 09:49:10 +00:00
b17d28d52d [CP] [DAS RETRY] check schema status to determine whether to retry 2024-04-01 09:21:06 +00:00
e960884939 [CP] [to #55674640] fix MERGE INTO + table function returns -4007 2024-04-01 06:50:41 +00:00
28b6553c74 [CP] [to #55433616] feat: complete udt dependency mechanism 2024-04-01 04:20:55 +00:00
09dee5c2fb [CP] [to #54846025] fix an asan core and a debug compile result mismatch problem 2024-04-01 03:55:41 +00:00
7261fc9df1 fix bug pdml update partition_key would change the new_row pk by insert before_row trigger 2024-04-01 03:45:23 +00:00
1da0980936 fix bug when duplicated_rows is push_back to duplicated_iter_list_ and fails, the memory of duplicated_rows may be leaked. 2024-04-01 02:56:24 +00:00
d47900b6bf Fix temp row store overwrite ret code 2024-04-01 02:46:07 +00:00
53c4c7a438 [CP] [to #53656926] fix table.col.member_access & table.col.member_func() 2024-03-29 09:21:12 +00:00
4362e9c224 fix mysqltest 2024-03-29 05:15:53 +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
f6b003dac0 [CP] [dblink][tx-free-route] check tx free route for dblink trans. 2024-03-28 12:50:40 +00:00
9eef6be534 To support statements like PREPARE s FROM 'CREATE TABLE x SELECT ?'; in mysql mode. 2024-03-28 11:45:46 +00:00
8bbd81b3d9 Fixed the concurrency control issue with the PS cache 2024-03-28 11:15:25 +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