Commit Graph

60 Commits

Author SHA1 Message Date
9682ba58a9 fix bug merge_into with unexpected affected_row 2023-02-09 15:16:41 +00:00
8ee348c40d [4.1] add flag to protect batch update 2023-02-09 14:26:17 +00:00
2555a03217 Fix: replace 4377 bug 2023-02-07 18:07:25 +08:00
2a1917b23b Resolving memory-leak by adding px clean up 2023-02-07 16:07:07 +08:00
0fc8b58be5 fix mysqltest 2023-02-07 13:14:10 +08:00
699611b8ba [CP] fix bug heap_table with change partition_key maybe core 2023-02-07 11:30:47 +08:00
680a88381c fix bug Concurrent ddl operations cause the table tablet_id to change, and defensive_check with error 4377 2023-02-07 00:12:40 +08:00
f8c5c2647f [FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-02-06 15:52:24 +08:00
814de27a42 dblink_write implement [FEAT MERGE]
Co-authored-by: zzg19950727 <1071026277@qq.com>
Co-authored-by: xianyu-w <707512433@qq.com>
2023-01-29 16:23:19 +08:00
3d4f554258 [FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions)
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-01-28 20:40:16 +08:00
c19499253b fix: fix ddl hang induced by check_status in inner sql execution 2023-01-28 19:55:42 +08:00
81d28c0295 [FEAT MERGE] add direct load function
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: yongshige <598633031@qq.com>
2023-01-28 18:08:51 +08:00
dfbfe7050d [FEAT MERGE] Merge foreign key refactor to master; 2023-01-28 16:30:05 +08:00
2d19a9d8f5 [FEAT MERGE]4_1_sql_feature
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 16:01:28 +08:00
c88aab6b2d [FEAT MERGE]OBKV refactoring 2023-01-12 19:02:33 +08:00
31171bb553 [FEAT MERGE] das framework optimization. 2023-01-12 19:02:33 +08:00
08802d94f6 [FEAT MERGE] 4.1 PL/SQL enhence & development 2023-01-12 19:02:33 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
e0a6eb7508 Report error when any load data task failed 2023-01-12 19:02:33 +08:00
28ce876fd8 fix the issue of table lock losing results 2023-01-12 19:02:33 +08:00
f5db12ecdd [SCN] modify with review comments 2023-01-12 19:02:33 +08:00
045c826c51 [scn] fix 4377 caused by miss one line code when refresh 2023-01-12 19:02:33 +08:00
51de5b5911 [SCN] fix farm failure 2023-01-12 19:02:33 +08:00
87a9357186 set the initial value of wrs to scn min 2023-01-12 19:02:33 +08:00
99d4f56fec [scn] mv definition of SCN to dir of share 2023-01-12 19:02:33 +08:00
4c49f6e7c5 fix scn legacy issues 2023-01-12 19:02:33 +08:00
54b64a7263 [scn] fix failure of mittest after refresh feature scn 2023-01-12 19:02:20 +08:00
38717064ee [CP] Fix: Fix the core caused by ObConflictRowMapCtx 2022-11-25 11:10:08 +00:00
fc25b8c5d1 floating-point expressions shall not be directly or indirectly tested for equality or inequality 2022-11-25 03:38:33 +00:00
d06c642de3 fix bug replace into with timestamp type datum_memory use after free 2022-11-21 13:08:02 +00:00
7429c68cea [to #46093702]fix -4377 when execute instead of trigger 2022-11-15 14:05:41 +00:00
f03ae01734 [to #46079623]fix core init trigger row use ObExecContext::allocator_ 2022-11-15 09:40:17 +00:00
0b9d1f8cd0 Fix: fix duplicate delete same row induced by fk cascade delete 2022-11-15 08:08:00 +00:00
8aa5f18458 fix bug replace into core in copy_datum_memory 2022-11-14 05:11:24 +00:00
4c5f2470b8 fix insert oom caused by wrap allocator's interface empty 2022-11-13 02:14:32 +08:00
a1f368d6b9 fix udf dynamic memory leak of 4.0 branch 2022-11-07 05:05:35 +00:00
cbeae2bffc [to #45264327]move the instead of trigger code to das 2022-11-04 03:37:14 +00:00
71d86596e7 add task hash map to das ref 2022-11-03 02:38:31 +00:00
0c73bf7ea8 fix bug insert_up maybe cause memory leak 2022-10-28 05:35:39 +00:00
93a1074b0c patch 4.0 2022-10-24 17:57:12 +08:00
db7a7afe45 [CP] Add more logs for dropped tenant check information 2022-08-16 11:50:36 +08:00
d1636b9051 [CP] [CP] [CP] Fix rollup SIGSEGV when building stored row 2022-06-06 14:20:53 +08:00
f01d3bd421 fix bug replace into ret = -4377 2022-02-22 16:05:40 +08:00
db82de6a5b [cp]: fix 4 bugs for NO_BACKSLASH_ESCAPES mode. 2021-11-30 11:13:39 +08:00
f0e34e03f6 add dml data strict defensive check 2021-11-29 14:57:40 +08:00
bf0
73e3401749 fix single partition opt bug 2021-09-24 11:10:39 +08:00
tj0
c9ed9fe1c3 Fix BAD_OVERRIDE 2021-09-22 11:17:02 +08:00
tj0
11d367b6f3 Fixed FORWARD_NULL 2021-09-14 19:08:10 +08:00
tj0
9b52df66d5 Fix UNINIT_CTOR 2021-09-14 18:51:19 +08:00
tj0
dbdba724ae Fix deadcode 2021-09-14 16:38:03 +08:00