Commit Graph

4508 Commits

Author SHA1 Message Date
4cb79d3efd fix:query bug,under multivalue index created,create access path report errorcode 2024-04-25 08:40:32 +00:00
aad5aa3176 [bugfix]: fix load_data 4013. 2024-04-25 06:39:27 +00:00
7a61dba6ef [CP] [GIS] fix gis coverity 2024-04-25 04:37:47 +00:00
e05e9f4e6f bug fix:ps cache unfree ptr error 2024-04-25 04:26:37 +00:00
5d4aacc220 add online ddl test case && minor fix 2024-04-24 13:25:02 +00:00
0b39df787f fix range part key to decimal failed. 2024-04-24 11:48:26 +00:00
086c0e324a add SMART_CALL to recursive_check_equal_condition. 2024-04-24 11:15:48 +00:00
b055210014 fix_multivalue index bug 2024-04-24 11:04:56 +00:00
00242858eb [CP] [to #53311831]fix bug pseudo column name use in PL 2024-04-24 10:53:51 +00:00
f696a9b32f [CP] add some test for drop primary key, modify nullable column to auto_increment and modify partition by for heap table
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
2024-04-24 10:38:06 +00:00
0a9725710b auto split query local index filter sql expr eval func place holder 2024-04-24 10:32:08 +00:00
e36e4917bf fix st_makevalid as GENERATED_COL 2024-04-24 06:25:10 +00:00
bc062e48a6 fix temp table access rescan bug 2024-04-24 06:19:51 +00:00
a412a10a83 [bugfix]: in datumstorewrapper, block_reader is reset twice. 2024-04-24 05:20:15 +00:00
f3d6b18e58 [FTS][BUG.FIX] Fix both full-text and multi-value indexs in data table. 2024-04-23 13:49:51 +00:00
8aade630d8 Fix fixed float column convert range check 2024-04-23 13:44:29 +00:00
4737fc89c0 fix resolve partition function bug 2024-04-23 13:28:14 +00:00
318e26232e [CP] add MTL_WAIT for tenant_session_mgr 2024-04-23 13:22:45 +00:00
dca11e26fd fix 56 bit hash val leading to wrong ndv estimated. 2024-04-23 13:17:21 +00:00
3dde2243e3 fix lose ret code in alloc expr 2024-04-23 10:23:39 +00:00
616d4b62cd fix:multivalue index lookup bug, create multivalue index with pk column 2024-04-23 07:45:16 +00:00
814ff31f53 fix mysqltest 2024-04-23 07:28:18 +00:00
435b05028f BUGFIX: fix core of get_lock 2024-04-23 05:26:48 +00:00
82c173f560 cp open-source ut fail & geo 4016 union 2024-04-22 17:41:52 +00:00
0f00f1a727 fix mv rewrite bugs 2024-04-22 15:41:23 +00:00
a72e2a51ae Fix the bug of missing processing of non-empty clob in batch regexp_replace eval 2024-04-22 12:06:04 +00:00
b74c782221 Incorporating vectorization 2.0, modify the calculation method for max_batch_size. 2024-04-22 09:55:49 +00:00
327e04ad45 [CP] [FIX] Fix problem of memory leak in RCTE when encounter large memory allocation 2024-04-22 09:45:25 +00:00
dcf8d2d9b5 [json bugfix] json_query array out of range 2024-04-22 09:39:50 +00:00
9de65fb1d7 [FEAT MERGE] incremental direct load phase I
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: ZenoWang <wzybuaasoft@163.com>
2024-04-22 09:23:47 +00:00
057b8cf550 [CP] [to #54388714] fix anonymous in arguments resolve & udf expr location & symbol compare with new interface 2024-04-22 06:46:12 +00:00
772c61d04b fix mview fast refresh bug when query contain special expr 2024-04-22 06:19:31 +00:00
54c98d2a93 [CP] bugfix:54999006 compatibility of xmlns string parse in XML expr 2024-04-22 06:03:00 +00:00
9d616dfdfb fix data version 2024-04-22 05:57:13 +00:00
f1a6170c93 [FEAT MERGE] Full-text Search Index + [CP]Adaptive DAS Group Rescan + Json Multi-Value Index
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
2024-04-22 05:46:19 +00:00
d9824868ff fix mysqltest and modify outfile suffix 2024-04-20 14:58:29 +00:00
139d23a688 fix mv rewrite plan cache bug 2024-04-19 11:16:28 +00:00
1153deebb4 fix lob memtable leak 2024-04-19 09:58:37 +00:00
d38d19df9a fix remove aggr distinct bug 2024-04-19 09:53:20 +00:00
sdc
5df6e2877a revert fix shared hash join + channel sync hang 2024-04-19 09:25:20 +00:00
2c0c080499 Fix bug: PrefixSort did not expand the memory capacity during the add batch 2024-04-19 07:15:56 +00:00
bf604885f8 [FEAT MERGE]
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: coolfishchen <coolfishchen@gmail.com>
Co-authored-by: hy-guo <fqboyg@gmail.com>
2024-04-19 06:46:37 +00:00
sdc
686b0aba5d fix session get tenant timezone bug 2024-04-19 06:15:46 +00:00
948ac8764c [CP] User can not modify the hidden pk. the key is controlled by db 2024-04-19 04:55:41 +00:00
1f14c6e8a2 fix the stack overflow bug of disabling writing mlog 2024-04-18 14:46:03 +00:00
a64ac592b6 Fix type error in das simple op 2024-04-18 13:57:34 +00:00
7ff6c44bdd [CP] [to #56056403] fix pltemp memory bloat when cursor retry 2024-04-18 13:11:45 +00:00
4787b1b2cd fix mysqltest 2024-04-18 12:49:42 +00:00
58d8530e56 fix print log core 2024-04-18 08:15:59 +00:00
00e1521f27 Fix invalid enumset val in concurrent scenarios 2024-04-18 07:52:05 +00:00