Commit Graph

3580 Commits

Author SHA1 Message Date
5f88cee6a8 [CP] fix temporary table bug in hierarchical query 2024-02-02 22:12:02 +00:00
3c5ba781b9 bugfix: disable propagate const to T_OP_ROW 2024-02-02 21:52:17 +00:00
d2cceb736b Fix the correctness problem of vectorized merge distinct 2024-02-02 20:51:55 +00:00
6fc5c16a15 [CP] fix pivot resolve bug 2024-02-02 20:42:43 +00:00
358d895d59 [bugfix][ret_code]: return 1215 if can't find target index in fk check. 2024-02-02 19:16:22 +00:00
f4ae0ebd1b [CP] fix show trace not show in standby database 2024-02-02 18:46:52 +00:00
29f29ee7a6 [to #52911707] Fix bug, PL supports split multi stmts in MySQL mode. 2024-02-02 18:42:09 +00:00
6db189a4b8 Fix window function topn filter cast bug 2024-02-02 18:12:27 +00:00
11dcba869f infile null string return file not exist 2024-02-02 17:13:07 +00:00
d1404d1d7f generate default subpartiton when adding partition without subpartition defination for subpartioned table 2024-02-02 15:22:14 +00:00
e67982d89c Fix the exception of updating the same column in ps mode 2024-02-02 13:42:52 +00:00
455f1a31f1 修case:dump、tochar、nanvl、information_schema 2024-02-02 13:12:29 +00:00
a49c73826b Placeholder for GIS expr: _ST_GEOHASH and _ST_MAKEPOINT 2024-02-02 11:12:17 +00:00
0737d86cdd [to #54594279] Add ObItemType in master branch for mock show procedure/function code 2024-02-02 10:13:16 +00:00
6130c94603 disable creating materialized view on xmltype columns 2024-01-30 04:42:04 +00:00
9f0a50674b Fix temp column store iterator vector reuse 2024-01-30 03:16:58 +00:00
a42514dddd abort receiving packets if idle more than 10 seconds 2024-01-30 03:12:23 +00:00
e38f8445cc Fix direct load use dirty phy_plan 2024-01-29 14:11:44 +00:00
18f9034622 revert adjust compact row format 2024-01-26 12:46:38 +00:00
d2f9fbc17a fix bug: runtime filter fill empty query range with multi columns 2024-01-26 12:12:05 +00:00
718216ee0c adjust compact row format 2024-01-26 04:42:16 +00:00
0784522672 Add error log for random table scan tracepoint 2024-01-25 07:12:23 +00:00
89b9a60c6a Split the memory of ObExecContext::temp_ctx_ between tenants. 2024-01-24 12:42:48 +00:00
ec93363fc9 [bugfix]: shouldn't ignore sizeof(Block) while calc remain size of a block. 2024-01-24 10:48:03 +00:00
2fd0c4171c Fix dangling raw expr pointer when generating rt exprs 2024-01-24 03:42:44 +00:00
d992246eb3 disable gather hidden table stats and add estimate block cnt trace point for analyze 2024-01-24 03:17:26 +00:00
a0c157ebd7 Revise qual selectivity 2024-01-23 14:42:47 +00:00
65184014c4 Fix ret_code overwrite error 2024-01-23 14:22:41 +00:00
sdc
e158ab5e5f fix wait init_sqc response core 2024-01-23 14:18:02 +00:00
55be7bf8fa [CP] fix wait msg hang because of broadcast msg can not received 2024-01-23 14:13:01 +00:00
eca3745c2e [CP] [dblink][4.x] add defensive measure for unexpected ref of tx desc 2024-01-23 13:43:46 +00:00
2f8fa89e0c Fixed the issue where memory could not be reused when reading interme results
Co-authored-by: sdc <njucssdc@gmail.com>
2024-01-23 12:42:27 +00:00
b17c899823 [CP] check_parallel_ddl_schema_in_sync perceives the session and tenant status 2024-01-23 12:17:25 +00:00
2bd4ba144a [CP] add enable_dblink cfg 2024-01-23 12:12:39 +00:00
60afc16914 [CP][BUGFIX] add fix zero lob val 2024-01-23 09:17:27 +00:00
sdc
60dd058d50 fix resource manager privilege bug 2024-01-23 08:17:40 +00:00
fa3abbb4b1 bugfix lrpad expr return freed memory in mysql mode 2024-01-23 07:52:04 +00:00
6356ddaa89 Fix convert usmallint to double bug 2024-01-23 07:42:45 +00:00
33a604cacc fix eval functions inconsistent between master and 42x 2024-01-23 07:22:28 +00:00
cda6fbfc56 Fix type deduction error of mod expression 2024-01-23 06:52:39 +00:00
a748a6fa93 [CP] implement dblink reuse connection cfg 2024-01-23 06:43:01 +00:00
e9d6bdd698 fix simplify case when bug about null type deduction 2024-01-23 06:17:06 +00:00
0983ed0b72 Adjust stmt printer and codeowners 2024-01-23 04:42:57 +00:00
27c9a5278f Use the corresponding column fill cg
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-01-23 03:12:29 +00:00
ea49c78176 [CP] fix nlj not clear eval flag bug 2024-01-23 02:17:05 +00:00
9c15b778a3 [GIS] delete udt_id_ in ObParamInfo 2024-01-22 15:17:52 +00:00
3dad2201b1 fix old query range bug with row expr 2024-01-22 15:13:13 +00:00
e5bf87e29f fix das path cannot generated in subquery inner path 2024-01-22 14:21:44 +00:00
77f5c15b28 fix lossless cast bug 2024-01-22 14:17:09 +00:00
4555c41209 [CP] fix set partition wise and duplicate table bug 2024-01-22 13:47:10 +00:00