Commit Graph

1189 Commits

Author SHA1 Message Date
332d24733c [CP] [to #47533948] alter procedure compile debug 2024-02-08 02:05:30 +00:00
39cc0a6d60 merge devleop into master 20231212 2024-02-08 01:29:33 +00:00
9ac40529e5 fix mysqltest for zero-length identifier 2024-02-08 01:23:31 +00:00
833df1e858 [CP]to issue<53615144>:fix package var serialize issue 2024-02-08 00:59:45 +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
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
7817eb2efc Fix the bug of creating multiple indexes on materialized view 2024-02-07 23:45:12 +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
cff94d7d75 further fix for identifier is too long 2024-02-07 22:33:14 +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
ccb1813be7 [FEAT MERGE] Enable IAA for accelerate defalte compression and decompression for OB 4.0 2024-02-07 21:22: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
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
a73356831a Fix sum(bit_col) type dedction 2024-02-07 17:34:44 +00:00
df5ef10e8f Fix load data bug for json type 2024-02-07 17:22:56 +00:00
15307ef94e [FEAT MERGE][CP]optimizer stats enhancement 2024-02-07 16:56:28 +00:00
c699ceea48 [FEAT MERGE] Solidify session vars for functional index 2024-02-07 16:44:49 +00:00
e783acb1c3 Fix minimal logic for recording columns. 2024-02-07 15:54:41 +00:00
21ddf9e8b2 [CP] [LOB] support inrow threshold config 2024-02-07 14:44:41 +00:00
28209076a3 Bugfix for nagating decimal_int 2024-02-07 14:29:52 +00:00
646f868b25 fix auto generated identifier is too long 2024-02-07 13:45:02 +00:00
b45b692d2d Bugfix for dynamic evaluated questionmark 2024-02-07 12:57:25 +00:00
bc0159e02d bugfix : json dot notation with item method , error code mismatch 2024-02-07 12:54:23 +00:00
ebae533df5 Fix type deduction error for sum aggregation 2024-02-07 12:33:21 +00:00
9933ff3aea [BUGFIX] show tablegroups not display empty tablegroup 2024-02-07 11:49:02 +00:00
b414155cd5 Bugfix for ObDecimalIntType 2024-02-07 10:43:38 +00:00
8f91d6320c Return Access Denied when alter system major freeze for a non-exist tenant in non-sys tenant. 2024-02-07 10:13:48 +00:00
32b7e7f3a5 fix resolver bug of outer join symbol 2024-02-07 09:32:11 +00:00
07824ae64f [CP] [to #53286756] refactor(ddl): alter package compile error if the package does not have a body 2024-02-07 09:29:10 +00:00
0ae9eaaa68 [CP] [to #53467004] fix: detect mutual dependency in multiple user scenario 2024-02-07 09:26:11 +00:00
cd3d3ebc6d [CP] fix backup get wrong data version and fix recover table to standby tenant 2024-02-07 09:14:08 +00:00
3d5ba46e84 Fix default value of ObDecimalIntType 2024-02-07 09:11:08 +00:00
2f4a337e83 fix copy shared exec param bug 2024-02-07 06:56:08 +00:00
7a3edc90cb [CP] issue<53399409>:fix listagg as udf argument used in sql issue 2024-02-07 05:16:58 +00:00
ae90c30120 Parsing numeric constant as ObDecimalIntType in oracle compatible mode 2024-02-07 04:13:50 +00:00
e8a646b765 bugfix : json_object bugfix 2024-02-07 01:52:17 +00:00
f7a4cb5bd1 add placeholder for tenant_cloning 2024-02-07 01:43:13 +00:00
c5f1b131ab [FEAT MERGE]charset revise 2024-02-07 01:12:44 +00:00
2089710881 [FEAT MERGE] New minimal mode for tenant. 2024-02-07 00:43:32 +00:00
12912b6e32 [CP] to issue<53410420>:adjust table function serial execution strategy 2024-02-06 23:59:22 +00:00
8b5484238d [CP] [to #53078747] fix Security_type in SHOW PROCEDURE/FUNCTION STATUS 2024-02-06 20:08:33 +00:00
5b35b464d6 return a reject error when delete from the view based on cte 2024-02-06 19:37:44 +00:00
2876dc673f [CP] [to #52754652] fix serval pl/sql bugs 2024-02-06 19:34:52 +00:00
02f0d363ee [CP] [to #49900376]check base table version when create trigger 2024-02-06 19:20:33 +00:00