Commit Graph

83 Commits

Author SHA1 Message Date
658c51919f Fix row comparison wrong result of decimal int type 2024-01-19 02:42:38 +00:00
104a9f60d0 Fix range calculation of ObDecimalInt 2024-01-10 10:25:23 +00:00
40ef565b9a Fix query range extraction for ObDecimalIntType 2024-01-04 15:17:15 +00:00
2c9d21b7d9 fix some outline/hint bugs 2023-12-27 03:13:13 +00:00
8d4ba05fee fix get wrong query range when extract row expr with plan cache disabled 2023-12-22 18:47:40 +00:00
4560d414c3 [CP] modify default value of system parameter range_optimizer_max_mem_size 2023-12-20 07:48:04 +00:00
d0bc6d797e [CP] [MySQL GIS] fix spatial index coveredby keypart generation 2023-12-20 05:19:04 +00:00
3826580818 fix query range bug when and connect row expr with row expr 2023-12-19 19:18:18 +00:00
4d9dd617dc fix failed cases and reserve error code in advance on the master branch. 2023-12-11 10:18:05 +00:00
aa6c3e121a [CP] Improve query range extraction efficiency when explain sql with single in 2023-11-15 15:10:17 +00:00
a722d95b96 add system variable _enable_range_extraction_for_not_in to control query range extraction for not in 2023-11-07 13:09:56 +00:00
967936da96 fix s2adapter leak 2023-11-01 00:39:45 +00:00
566e920620 Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
2023-10-31 15:39:22 +00:00
ac7282194d fix bug when in key part intersect with always false 2023-10-24 11:39:31 +00:00
79e6900f6f fix query range bug when intersect in node with other node 2023-09-11 04:44:06 +00:00
46cc984ade Merge branch 'pr_1547' 2023-09-08 15:48:46 +08:00
af229ed04b fix query range bug when union in node with other node 2023-09-08 12:48:16 +08:00
94264813e2 fix do_row_gt_and generate unexpected range graph 2023-09-06 07:11:34 +00:00
81b8923b14 [FEAT MERGE] system resource optimization
Co-authored-by: tushicheng <18829573815@163.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
2023-08-29 10:41:01 +00:00
7d7e01ea10 fix extract query range hang due to compare rowid with other type 2023-08-28 04:10:29 +00:00
c3949b35ea [cp] adjust definite_key_part 2023-08-22 02:10:20 +00:00
0510b20767 [CP] refine algorithm for traversing query range graph 2023-08-17 10:13:58 +00:00
3b3ec369be fix in query range bug 2023-08-09 09:12:39 +00:00
5da97d0102 fix row query range bug 2023-08-04 09:42:41 +00:00
60133dd9c8 fix srs parser glibc_malloc memory leak 2023-08-02 04:18:11 +00:00
a56c5b6dec Add error codes for sql module, !! Please Read Task Description Carefully!! 2023-08-01 17:18:33 +00:00
e05695e317 fix extracting wrong query range with mutable function 2023-07-28 03:54:39 +00:00
a6851e8ce2 disable in optimization for row expr when they need do and/or 2023-07-25 17:12:30 +00:00
c3363fc438 fix core caused by log print 2023-07-18 11:12:10 +00:00
73d2e7f520 optmize the performance of val cmp in query range module 2023-07-12 04:48:23 +00:00
07063663d3 fix do_row_gt_and bug when meeting like key or in key 2023-07-11 12:12:42 +00:00
a60735a142 [CP] fix extract wrong query range when char compare with varchar 2023-07-05 04:48:15 +00:00
a222f4d4c9 Fix failed mysqltests 2023-06-26 12:42:38 +00:00
ed7676803a fix do row_gt_and return 4016 when reach tenant memory limit 2023-06-25 10:18:30 +00:00
1511bfcffa [CP] fix in expr produce duplicated ranges without in optimization 2023-06-15 11:42:27 +00:00
7789724a96 fix do row keypart AND bug 2023-06-08 08:42:23 +00:00
9937c7e4ec optimize memory usage of query range module 2023-06-07 13:12:32 +00:00
d661796afb fix query range incorrect precise get bug 2023-06-06 09:42:22 +00:00
4239384d82 [CP] fix row expr and in expr query range bug 2023-06-02 03:42:07 +00:00
8808c6750f [CP] [CP] add _enable_in_range_optimization system variable and fix in expr bug 2023-06-02 03:12:00 +00:00
sdc
9b7afa1d90 [CP] fix like(nchar) bug 2023-06-01 03:47:55 +00:00
3b31ff02ed fix query range bug 2023-05-30 13:17:27 +00:00
ff770ce5c8 [CP] fix invalid keypart bug 2023-05-23 09:23:01 +00:00
5bda949e1a fix bug when do row gt and with like exprs 2023-05-23 08:41:49 +00:00
5f46913d04 [CP] fix row expr query range death loop bug 2023-05-08 08:15:40 +00:00
1d1d1e009e fix generate partition join filter plan bug 2023-05-08 02:38:37 +00:00
5e0eea169f Fix query range obj cast unset scale for double type 2023-05-07 03:45:54 +00:00
c5756c1799 [FEAT MERGE] Functional_index 2023-04-27 11:11:24 +00:00
dce925b7f0 remove get_method array from query range extraction 2023-04-23 08:05:50 +00:00
c0ddd2f851 [CP] fix code typo 2023-04-18 14:45:07 +00:00