Commit Graph

91 Commits

Author SHA1 Message Date
a5e503fca1 [fts]add unique id for bm25 eval batch function 2024-05-13 15:19:39 +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
7637863c6d 占位:ObExprCeilFloor::calc_ceil_floor_vector 2024-04-26 10:16:32 +00:00
0a9725710b auto split query local index filter sql expr eval func place holder 2024-04-24 10:32:08 +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
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
11f151f48b [to #55963984]Add placeholder for MySQL trigger priv. 2024-04-18 07:46:30 +00:00
03782af552 placeholder for new privilege system view in mysql mode 2024-04-17 03:54:54 +00:00
7a78d20312 [FEAT MERGE] MySQL lock functions and DMBS_LOCK.RELEASE 2024-04-16 17:16:59 +00:00
6423e587c1 [FEAT MERGE]patch sql compat feature to 431 2024-04-15 16:07:24 +00:00
4afa70a218 [FEAT MERGE] JSON/XML phase2 and JSON Partial Update
Co-authored-by: Carrot-77 <1012982871@qq.com>
Co-authored-by: wu-xingying <729224612@qq.com>
2024-04-12 10:46:02 +00:00
34c3718f40 [CP][FEAT MERGE]SDO_GEOMETRY & MYSQL GIS EXPR IMPLEMENT 2024-04-08 13:45:08 +00:00
15578f0db4 placehold for featrue topn filter pushdown 2024-03-20 04:15:52 +00:00
a7e370de66 [FTS][placeholder] Add doc length for fulltext index 2024-03-15 02:15:23 +00:00
e732d6bf5c add expr and item_type placeholder for real-time materialized view and materialized view rewrite 2024-03-13 13:50:40 +00:00
4ae4510aa8 [MySQL COMPATIBILITY] placeholder for the system view of supporting mysql compatibility 2024-03-01 09:14:48 +00:00
4750154e16 [ERROR] remove unnecessary error log with too much lock retry 2024-02-10 11:03:56 +00:00
053d3c0182 Placeholder for GIS expr: _ST_GEOHASH and _ST_MAKEPOINT 2024-02-10 04:16:21 +00:00
700204d98b fix eval functions inconsistent between master and 42x 2024-02-09 23:13:37 +00:00
094f71022c fix:json-remove, json is true/false, json-length bug 2024-02-09 21:34:20 +00:00
dbba584bb9 Fix row comparison wrong result of decimal int type 2024-02-09 18:04:52 +00:00
978db9f70d placeholder of func decode_trace_id 2024-02-09 16:33:47 +00:00
3e4379dbd2 occupy code for show table status 2024-02-09 09:27:22 +00:00
19440b0c01 misc refinement 2024-02-09 08:01:58 +00:00
3ac498c2fe [placeholder][fts] object id and error no placeholder for fulltext index search 2024-02-09 05:05:46 +00:00
6c236f548c occupy codes for the password func 2024-02-08 20:11:53 +00:00
201a6fc94d Placeholder of xml_phase3 branch on master 2024-02-08 16:05:32 +00:00
0d0b11c0cc [FEAT MERGE] impl vectorization 2.0
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-02-08 05:32:54 +00:00
04ba1bb648 [FEAT MERGE] rpc authentication improvement 2024-02-07 16:35:49 +00:00
ae90c30120 Parsing numeric constant as ObDecimalIntType in oracle compatible mode 2024-02-07 04:13:50 +00:00
be2957b2e8 placeholder id for mysql audit 2024-02-07 03:40:41 +00:00
bd399fbacd [GIS] gis expr placehold 2024-02-07 03:07:32 +00:00
be64c42e25 apply ids 2024-02-06 22:19:28 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
1d4f2f6f34 [ERROR] remove unnecessary error log with too much lock retry 2024-02-06 03:12:11 +00:00
a49c73826b Placeholder for GIS expr: _ST_GEOHASH and _ST_MAKEPOINT 2024-02-02 11:12:17 +00:00
33a604cacc fix eval functions inconsistent between master and 42x 2024-01-23 07:22:28 +00:00
9237df7de1 fix:json-remove, json is true/false, json-length bug 2024-01-22 12:12:52 +00:00
658c51919f Fix row comparison wrong result of decimal int type 2024-01-19 02:42:38 +00:00
6dca77038d placeholder of func decode_trace_id 2024-01-18 08:12:46 +00:00
41776006da occupy code for show table status 2024-01-12 07:42:58 +00:00
056e47167d misc refinement 2024-01-11 10:14:47 +00:00
f2bccfded9 [placeholder][fts] object id and error no placeholder for fulltext index search 2024-01-09 12:42:56 +00:00
a93104bd85 occupy codes for the password func 2024-01-03 12:32:53 +00:00
021fbf0335 Placeholder of xml_phase3 branch on master 2023-12-28 08:18:00 +00:00
b6773084c6 [FEAT MERGE] impl vectorization 2.0
Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: hwx65 <1780011298@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-12-22 03:43:22 +00:00
e03554cea8 [FEAT MERGE] rpc authentication improvement 2023-12-12 03:31:09 +00:00
743740102d Parsing numeric constant as ObDecimalIntType in oracle compatible mode 2023-11-28 15:11:49 +00:00
cbbc33fa79 placeholder id for mysql audit 2023-11-28 10:17:12 +00:00