Commit Graph

77 Commits

Author SHA1 Message Date
bf3edbc1e7 fix: fix print log not judge if pointer is null 2023-03-24 11:48:47 +00:00
d2110be61c fix oci memleak and add port info to dblink view and fix pull data OOM 2023-03-24 06:41:57 +00:00
c95a7ac62c fix: fix the core when has returning expr induced by dml processing order refactor 2023-03-22 22:43:42 +08:00
e53df2eb6b fix: fix das memory expand induced by das used memeory calculation error 2023-03-21 14:54:12 +00:00
f4cd46968c test: fix some failed cases induced by single-row execution when has triggers 2023-03-20 21:10:22 +08:00
9365c0dd4c patch 4.1 bug fix and remove some secret url 2023-03-19 19:22:48 +08:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
b66dcf06a8 fix dblink connection pool memory leak 2023-03-15 23:41:04 +00:00
9e1730c42d fix: fix the compatibility problem of dml operations when has row level triggers 2023-03-15 12:13:42 +00:00
4fc5c53c37 mark dblink connection unusable when execute query failed 2023-03-14 14:44:16 +00:00
bbc80fb3d3 fix: fix the core and correctness error induced by foreign key and trigegr processing order refactor 2023-03-14 10:10:52 +00:00
aa3d567376 Log: Add more log related to tablet loc and table schema for defensive check error 2023-03-09 06:41:18 +00:00
925c98fcc4 fix print param sanity core 2023-02-24 15:51:52 +00:00
6597151e89 fix: fix the mem leak induced by create hash set for distinct check 2023-02-15 04:16:58 +00:00
3c4b9d36cd Fix schema-version-not-match bug in direct-insert 2023-02-14 15:17:17 +00:00
f6009fdcb4 fix: fix the bug induced by check delete distinct for foreign key cascade delete 2023-02-14 08:11:51 +00:00
9d841eb626 issue/47576627 add lob compare function for row update change detect 2023-02-09 18:03:26 +00:00
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