198 Commits

Author SHA1 Message Date
d9c67c79a7 [CP] [CP] [BUG.FIX] Add _temporary_file_meta_memory_limit for tmp file 2024-02-06 12:07:56 +00:00
4a14c03d32 [CP] add system variable _enable_range_extraction_for_not_in to control query range extraction for not in 2024-02-06 11:46:30 +00:00
e04ab91632 [CP] fix: fix the core induced by spf batch rescan 2024-02-06 10:13:38 +00:00
4e3525d66a fix gen_errno.pl 2024-02-06 10:06:20 +00:00
eab4851c85 [CP] [CP] [BUG.FIX] Add _temporary_file_meta_memory_limit for tmp file 2023-11-23 09:12:39 +00:00
cddc334cbb [CP] add system variable _enable_range_extraction_for_not_in to control query range extraction for not in 2023-11-22 02:53:40 +00:00
412a0b3b32 [CP] [to #50044838]remove piece need session lock 2023-11-20 08:34:26 +00:00
cf2726e017 [CP] fix: fix the core induced by spf batch rescan 2023-11-13 10:12:22 +00:00
af9b629f6d fix json/gis/text/blob meta response inconsistent with mysql5.7 (4_1_0_release) 2023-11-06 04:17:53 +00:00
62be43983d [CP] fix tpcds execute plan different with explian plan 2023-10-20 06:52:52 +00:00
598af8cc7b [LogService] Patch code: Optimize the performance of consuming archived logs
Co-authored-by: taoshuning <616811991@qq.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: zxlzxlzxlzxlzxl <zxlzxlzxlzxlzxl@outlook.com>
2023-10-11 07:12:00 +00:00
1bb968d4a2 [CP] [to #48895314]prexecute support packet retry 2023-09-27 12:41:45 +00:00
408d241001 [CP] Disable private temporary table in MySQL mode 2023-09-20 02:17:27 +00:00
70b528f402 [CP] Add _publish_schema_mode parameter 2023-09-15 09:20:25 +00:00
b21879c23c [CP] Fix bug in skip scan with splitted ranges 2023-09-13 10:11:51 +00:00
b32132607e Fix mysqltest 2023-09-08 12:12:59 +08:00
f1f898380b [CP] bugfix: lnnvl raw expr printer 2023-09-04 07:18:05 +00:00
d128a868f2 [CP] [CP] add _hash_join_enabled/_optimizer_sortmerge_join_enabled/_nested_loop_join_enabled parameters 2023-08-25 10:17:19 +00:00
dc8d0e3193 [CP] fix some parser bug 2023-08-25 09:59:02 +00:00
8b5157ace4 [CP] [CP] fix some bugs 2023-08-22 12:17:39 +00:00
ae552ae1e3 [CP] Fix system function compatibility bugs 2023-08-11 19:45:08 +00:00
41a2a8469d [CP] fix some bugs 2023-08-11 15:42:07 +00:00
f3c2adfed0 [CP] Make compatible with mysql bit type deduction for case_when expr 2023-08-11 09:42:34 +00:00
7f1ed35c2d [CP] Fix binary flag not compatible with MySQL 2023-08-11 09:17:55 +00:00
2b0a931407 Fix fetch tablet meta rpc timeout bug 2023-08-03 09:42:04 +00:00
d058686982 fix mysqltest 2023-07-31 04:12:09 +00:00
0b98ed1309 fix SCHEMATA cannot displaying the correct DEFAULT_CHARACTER_SET_NAME and DEFAULT_COLLATION_NAME 2023-07-26 13:47:46 +00:00
sdc
b6edffd264 [CP] fix granule iterator generate T_PDML_PARTITION_ID expr bug 2023-07-22 02:04:35 +00:00
860015f3aa [CP] update tenant config parameter name 2023-07-19 10:11:57 +00:00
7cad13a725 [CP] change CODEOWNERS 2023-07-12 10:12:10 +00:00
e787ba997a fix parser bug and information_schema.statistics bug 2023-07-09 10:22:54 +00:00
f57cc5d6a4 [CP]implement query range cost model 2023-07-07 09:42:25 +00:00
7a6fb0a181 [CP] fix dynamic worker working in performance testing 2023-06-30 07:13:18 +00:00
61f68dd0f2 [CP] optimize memory usage of query range module 2023-06-29 10:17:02 +00:00
78faeb0cc8 [CP] fix lrpad return null when param is empty string && fix nanvl return null when 1st param is binary double 2023-06-18 01:42:16 +00:00
956e9268ca [BUGFIX] disable text type vectorize 2023-06-15 15:07:16 +00:00
687f7a5256 [CP] Fix bug for last_insert_id() 2023-06-15 13:57:59 +00:00
6af8d0f59f [CP] add a check rule when trigger groupby pullup 2023-06-15 05:29:40 +00:00
38127ffd58 [CP] Update the code owner and the mysqltest owner 2023-06-14 09:42:21 +00:00
7f2a24db84 [CP] modify a unstable case in farm 2023-06-03 01:48:17 +00:00
edf01469c8 [CP] add _enable_in_range_optimization system variable and fix in expr bug 2023-05-30 02:42:35 +00:00
8fc2c8afb9 fix mysqltest 2023-05-29 07:12:40 +00:00
0bc278dbae [CP] patch some master bugfix code. 2023-05-29 03:42:44 +00:00
721d79b8cd Set up caching for large chunks of memory 2023-05-26 03:12:48 +00:00
a30ba89456 [CP] Modify the view definition of TABLE_CONSTRAINTS 2023-05-25 13:42:54 +00:00
5f30308c52 [CP] support adjust parallel degree of complement data dag. 2023-05-23 07:53:14 +00:00
dce016e48e [CP] Fix incorrect accuracy when replacing nvl expr and disable simplify nvl expr in rollup 2023-05-18 12:18:13 +00:00
82cb9d5fdc [CP] add _ob_wait_interval_after_truncate conf for truncate 2023-05-18 09:42:34 +00:00
sdc
3f177b2153 [CP] fix nullif deduce type 2023-05-16 08:48:38 +00:00
d7ed048b9b [CP] Fix ifnull/nvl expr result wrong precision 2023-05-15 15:12:44 +00:00