Commit Graph

3791 Commits

Author SHA1 Message Date
332d24733c [CP] [to #47533948] alter procedure compile debug 2024-02-08 02:05:30 +00:00
c2e640a9b9 dml adapt with minmal 2024-02-08 01:56:28 +00:00
39cc0a6d60 merge devleop into master 20231212 2024-02-08 01:29:33 +00:00
b6c37b4cda bugfix: disable minmax and count_to_exists rewrite when stmt has rownum 2024-02-08 01:26:33 +00:00
9ac40529e5 fix mysqltest for zero-length identifier 2024-02-08 01:23:31 +00:00
9821c7ab6e fix gather truncate longtext string bug and write opt stats gather history bug 2024-02-08 01:17:29 +00:00
e1764b71bb fix simplify case when bug 2024-02-08 01:05:39 +00:00
833df1e858 [CP]to issue<53615144>:fix package var serialize issue 2024-02-08 00:59:45 +00:00
b6e86399fb add write scope list to simplify ora_decode 2024-02-08 00:56:44 +00:00
d2acf1e002 [CP] split in array into user tenant 2024-02-08 00:50:46 +00:00
01d18c752e [CP] to issue<53642848>:fix collect package dependence issue if sql using package udf 2024-02-08 00:44:44 +00:00
9fe1f02399 Fix check_all_ls_restore_finish_ in clone scheduler 2024-02-08 00:35:53 +00:00
f6090d6b30 fix bug: plan cache core is caused by the plan cache diagnostic view. 2024-02-08 00:17:49 +00:00
18c5dd94a0 fix bug: show variables in px mode does not display the correct value of system variables 2024-02-08 00:11:59 +00:00
72608792c2 fix jdbc read nchar getting mistaken code 2024-02-08 00:02:59 +00:00
2597a75601 [CP] Fix direct load use non-thread-safe allocator to concurrent allocate memory 2024-02-07 23:48:13 +00:00
7817eb2efc Fix the bug of creating multiple indexes on materialized view 2024-02-07 23:45:12 +00:00
6cdcf2bcec fix spf hashmap is disabled by typo 2024-02-07 23:27:09 +00:00
e0398bb9a7 [CP]fix replace expr longtext max len 2024-02-07 23:24:09 +00:00
cb46d55d7f fix dblink did not free oci stmt after read oracle 2024-02-07 23:21:09 +00:00
b50711c1bf Plan Cache adds tracepoint and throws an error code when it fails. 2024-02-07 23:15:08 +00:00
1c20161f72 [FEAT MERGE] column store ddl
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: renju96 <fcbrenju@163.com>
2024-02-07 23:09:02 +00:00
fd359dc4a4 [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: akaError <lzg020616@163.com>
2024-02-07 23:05:57 +00:00
8d63652331 [FEAT MERGE] transaction pdml support optimization
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
2024-02-07 23:02:56 +00:00
cff94d7d75 further fix for identifier is too long 2024-02-07 22:33:14 +00:00
19d694ab24 Add cast mode BY_TRANSFORM for implicit cast by transformer 2024-02-07 22:03:45 +00:00
bd42abb1c9 Fix mysqltest case failures 2024-02-07 21:43:13 +00:00
4a2e6196be we should check secure_priv_file in both mysql and oracle mode 2024-02-07 21:37:13 +00:00
d09e2de876 [CP] fix: fix the core induced by spf batch rescan 2024-02-07 21:34:12 +00:00
6ad1d8c1c5 Ignore 'not null' of virtual table in optimizer 2024-02-07 21:25:11 +00:00
ccb1813be7 [FEAT MERGE] Enable IAA for accelerate defalte compression and decompression for OB 4.0 2024-02-07 21:22:11 +00:00
e1c4e4c9a7 [to #53811093] fix storing CURSOR type result to REF CURSOR var caused mem leak 2024-02-07 21:16:11 +00:00
a97235802c Fix compare routine for questionamrk expr 2024-02-07 20:52:15 +00:00
7c915acc34 [CP] [to #53256652] fix hitting wrong plan when table function UDT is changed 2024-02-07 20:49:14 +00:00
028d69f378 [to #53767952]fix bug trigger not use das 2024-02-07 20:43:16 +00:00
c5aec9185b [to #53517978] fix memory leak with collection element assign to null 2024-02-07 20:40:17 +00:00
c2511b580f [FEAT MERGE] materialized view 2024-02-07 20:31:14 +00:00
acd0ec6efd [FEAT MERGE] load local files 2024-02-07 20:25:14 +00:00
c7fe4c3f69 [FEAT MERGE] Implement tenant cloning mechanism
Co-authored-by: wanyue-wy <345657357@qq.com>
2024-02-07 20:19:21 +00:00
9f0936b2ee [CP] to issue<53610775>:fix core when using assoc array after delete it element 2024-02-07 19:58:14 +00:00
b3f67a3eb2 Fix decimal int related bugs 2024-02-07 19:49:16 +00:00
c85a1348ba fix error code being overwritten 2024-02-07 19:37:21 +00:00
ca6af6b8c8 [CP] Reset the system view status when restarting the server to ensure the eventual consistency of the system vie 2024-02-07 18:58:54 +00:00
028dfe9d4a fix mem context in session cross thread leads error 2024-02-07 18:46:57 +00:00
f117d7433e [CP] Fix: log level reduce 2024-02-07 18:34:46 +00:00
64b227a017 [CP] bugfix: delete unsafe log 2024-02-07 18:16:31 +00:00
5cda20994b fix join elimination bug for nested subquery 2024-02-07 18:13:29 +00:00
1e40b820b0 [CP] [to #53512507]fixed cursor exec param in process_record 2024-02-07 18:04:20 +00:00
1e03c39854 [CP] add retry for direct load if unit has migrated 2024-02-07 17:49:30 +00:00
66317b738e Fix: Avoid error reporting in downtime scenarios 2024-02-07 17:46:30 +00:00