Commit Graph

68 Commits

Author SHA1 Message Date
87ad8877d4 [BUGFIX] fix lob delete with MINIMAL mode 2023-04-24 04:41:24 +00:00
e6c1421295 fix: fix table scan error induced by foreign key check 2023-04-19 15:41:33 +00:00
5df6d3a0be Fix memory expansion 2023-04-19 04:11:30 +00:00
b25c41566c Fix memory expansion 2023-04-18 08:11:53 +00:00
7051c4697d [GIS] bugfix: bypass mbr filter if index key_range is whole range 2023-04-13 12:49:14 +00:00
36e28a5f79 fix null mod_name 2023-04-13 06:46:35 +00:00
c7f5f409a1 delete useless trace log in sql module 2023-04-13 06:17:57 +00:00
a8778f6a45 Fix the bug of lookup iter failing to switch partition correctly 2023-03-24 08:15:13 +00:00
57f09e1588 use PRINT_VECTORIZED_ROWS macro for vectorization output 2023-03-23 04:45:08 +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
e3aa4c5a8f Add is_lookup flag in query_flag to inform the transaction layer that this is a lookup task 2023-03-22 10:41:42 +00:00
96a63c44a5 [GIS]fix gis extern sorter fd leak 2023-03-22 07:11:52 +00:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
ac389e1429 [das] fix lookup use after free bug 2023-03-13 07:13:36 +00:00
4ef7ad5373 fix das 4016 2023-03-08 11:11:15 +00:00
24d6c8b818 [CP] reuse das task result 2023-03-07 11:10:56 +00:00
20d0d4661c Add some logs, for troubleshooting 4377 problem 2023-03-02 18:30:55 +00:00
0aa6a494c8 fix wrong timeout error code in async das task 2023-02-21 13:41:52 +00:00
8e89a8e323 add abort() for sanity build when tsc iter is not released 2023-02-14 10:44:33 +00:00
cc9cadb3ad Fix 4015 error. 2023-02-07 17:13:32 +08:00
24f272e74b bug fix: execute DELETE das task first. 2023-02-07 10:43:40 +08:00
beb03d34ba bugfix: check rpc error code when process das rpc callback. 2023-02-06 22:32:07 +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
7ec97aa320 Fix compile error in ERRSIM mode 2023-02-06 14:56:34 +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
3329d12085 add some defensive check after write 2023-01-28 20:13:20 +08:00
50024b39cd [FEAT MERGE] log4100 branch
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-01-28 18:17:32 +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
bce1a409e4 das task should fast fail when tenant not exist. 2023-01-28 17:27:10 +08:00
dfbfe7050d [FEAT MERGE] Merge foreign key refactor to master; 2023-01-28 16:30:05 +08:00
f2648703a3 bug fix: das aysnc rpc didn't process all resp when error happened. 2023-01-28 16:24:27 +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
263a44af96 [FEAT MERGE] merge NLJ/SPF group rescan 2023-01-12 15:17:04 +00:00
e845f0c231 bug fix: das group local index scan memory leak. 2023-01-12 19:02:33 +08:00
9af7d16da8 bug fix: das async rpc cond with lock. 2023-01-12 19:02:33 +08:00
31171bb553 [FEAT MERGE] das framework optimization. 2023-01-12 19:02:33 +08:00
e11e34ee78 fix group scan lookup release_op core 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
07b1224a51 [FEAT MERGE] skip scan feature and performance optimization 2023-01-12 19:02:33 +08:00
f14618802c fix gis mysqltest in slave mode 2023-01-12 19:02:33 +08:00
31938ba8a1 fix gis index duplicate 2023-01-12 19:02:33 +08:00
7bcc0330c1 fix ccls build mode copy.sh and clean logic 2023-01-12 19:02:33 +08:00
5aed6bd3d8 [FEAT MERGE] ELR & WeakRead feature enhancement 2023-01-12 19:02:33 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
e39d014928 bug fix: init tenant schema guard in das remote execution. 2023-01-12 19:02:33 +08:00
050e984b04 [FEAT MERGE] OLTP performance optimization feature 2023-01-12 19:02:33 +08:00
038db1917d [Fix] check data completement task before execute inner sql and kill session when task is cancel 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