Commit Graph

2066 Commits

Author SHA1 Message Date
da5aece3e1 [FEAT MERGE] Fix the error code loss and overwriting issues on the master branch
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: fkuner <784819644@qq.com>
Co-authored-by: lucky-sinx <2549261744@qq.com>
2024-06-17 13:46:16 +00:00
0a4bfeca85 placehold eval functions for query range 2024-06-17 11:44:53 +00:00
6096651bf9 fix: mysql mode json-table coredump decimal int adaption 2024-06-17 11:21:16 +00:00
6dfa79db04 [FEAT MERGE] Support batch construction of local indexes to solve the problem of temporary space enlargement 2024-06-17 11:04:15 +00:00
edd58247b3 fix connect memory leak when sort_stack_ pop success and pump_stack_ push fail 2024-06-17 10:35:49 +00:00
f19ffe5e35 vector_distance expr placeholder 2024-06-17 08:15:49 +00:00
e8f5de0a1a support external table auto refresh 2024-05-30 11:47:58 +00:00
e76485f957 [TABLELOCK] Fix bug about calling release_all_locks when session doesn't hold any locks 2024-05-30 09:04:30 +00:00
924cc2e2b3 vector expr placeholder 2024-05-29 13:01:37 +00:00
63984b1d4e fix hash join nestloop process lose chunk 2024-05-29 10:28:13 +00:00
5f96562f90 [CP] fix privilege bugs 2024-05-29 05:38:39 +00:00
47a371d554 [CP] [MYSQL COMPAT] add mock statement and views 2024-05-28 13:48:12 +00:00
0701cbb82b Fix const expr init format in temp column store 2024-05-28 03:46:27 +00:00
3d8fe84646 [CP] Optimize the memory allocation and deallocation for label=DYN_SAMPLE_CTX. 2024-05-27 15:46:14 +00:00
5ce9ef5136 [FEAT MERGE] patch 423 sql compatible features to 432
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
2024-05-27 11:18:01 +00:00
cc18ead6d9 fix overwrite error code in errism mode 2024-05-27 11:06:49 +00:00
c7a7805e27 fix memory leak caused by ObSolidifiedVarsContext::local_tz_wrap_ 2024-05-24 12:02:07 +00:00
fc17993625 Fix param_store deep copy bugs 2024-05-24 07:50:01 +00:00
a9c2c92acb [CP] fix regexp binary match bug 2024-05-24 04:27:06 +00:00
824f103958 [CP] bugfix: substr expr get wrong result length in oracle mode 2024-05-23 14:15:43 +00:00
42bf26214d adjust max_batch_size for hash gby 2024-05-23 08:16:29 +00:00
3da40a4a98 Fix query range extraction for decimal int 2024-05-23 06:14:54 +00:00
f6820b429e Solve the problem of read-write conflict of the msg_set structure. 2024-05-22 13:59:50 +00:00
81e450f995 array expr&errno placeholder 2024-05-22 11:19:49 +00:00
c8703c9b0e fix analyze delete histogram bug and create table option parser bug 2024-05-22 03:19:19 +00:00
b25f2bcf3e [CP] [ctas]: ctas support parallel hint. 2024-05-21 05:43:59 +00:00
cefd6c6723 change result type of not_expr from int to int32 2024-05-20 06:46:28 +00:00
95a7933024 [CP] [CP]support block sample perfs、set column max/min val and some bugfix code 2024-05-20 05:16:25 +00:00
853d39ac42 Revert Fix the issue of using the wrong schema guard when px sqc worker encountering Schema Error 2024-05-20 04:28:18 +00:00
f96f20186f fix const expr used project flag caused incorrect result in vectorization 2.0 2024-05-17 08:45:57 +00:00
8985a082ec Fix the issue of using the wrong schema guard when px sqc worker encountering Schema Error 2024-05-17 07:22:59 +00:00
ebf40c6467 Placeholder for rb_from_string and rb_to_string 2024-05-17 07:17:08 +00:00
a15dce076a [CP] commit the existing trans in the current session before processing optimizer stats 2024-05-17 03:14:06 +00:00
f49a82336a [CP] fix material hybrid histogram bug 2024-05-16 06:58:29 +00:00
238f10498b Fix nan comparison result of fixed double 2024-05-16 06:47:53 +00:00
c5880d0ca1 Minor, prepare a position for repeat expr vector 2024-05-14 12:25:25 +00:00
a5e503fca1 [fts]add unique id for bm25 eval batch function 2024-05-13 15:19:39 +00:00
5e17be3199 fix set role bug 2024-05-13 13:53:22 +00:00
14a830c971 occupy error code and eval_sod_relate placeholder 2024-05-13 09:41:43 +00:00
92d802422f Placeholder for roaringbitmap expr. 2024-05-13 03:16:11 +00:00
2ff8588a15 [CP] record spm stats after plan execution even enable_perf_event parameter is disabled 2024-05-11 10:18:00 +00:00
80f225ed40 [bugfix] fix text retrieval query with remote execcution and top-k pushdown 4016 2024-05-11 09:22:43 +00:00
1a647628f1 The das module is a placeholder for compatibility in the master branch 2024-05-10 09:50:31 +00:00
d8dc61e9ae fix hash gby do not clear flag when restart round 2024-05-10 07:33:35 +00:00
0b65d8c43d [CP] [to #43198670]fix 43198670, not allowed to execute a prepared statement in such a recursive manner in MySQL mode. 2024-05-10 02:20:14 +00:00
fd298c183d fix spm evolution task can not finish due to add plan failed 2024-05-09 15:06:09 +00:00
7d8e048859 [TABLELOCK] fix mysqltest about mysql lock functions 2024-05-09 11:16:37 +00:00
f8c439a8a3 [json bugfix] json_table printf col_node name core dump 2024-05-08 12:45:49 +00:00
aaad6ef27b fix last_refresh_scn expr DAS remote execution 2024-05-08 11:53:17 +00:00
1eb6b0526d [TABLELOCK] fix mysqltest about MySQL lock function, and throw error when meet route between observers 2024-05-08 11:48:01 +00:00