Commit Graph

295 Commits

Author SHA1 Message Date
b6e1b48a33 statement_digest、statement_digest_text等处理latin1字符有乱>码,报错1064 2023-12-29 03:18:10 +00:00
2882851e54 to issue<53361277>:support flush pl cache single cache object 2023-12-28 09:12:48 +00:00
abbc4fcab3 fix const number of fast parse and normal parse is different with mysql sql comment and parser error code refine 2023-12-27 07:13:42 +00:00
2c9d21b7d9 fix some outline/hint bugs 2023-12-27 03:13:13 +00:00
742b56a647 Fix bad annotation causing parser to hang 2023-12-26 14:43:11 +00:00
85b05215a5 Fix alter view sql parser 2023-12-26 08:57:36 +00:00
45001b4f91 Fix mview auto complete refresh parallel 2023-12-25 11:13:22 +00:00
b818fdc650 [CP] [CP] grammar compatibility: support insert duplicate update with row alias 2023-12-22 10:18:23 +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
aa9dd269ce [CP] split remap table grammar from lex to yacc 2023-12-20 06:13:08 +00:00
e99cc037cc [FEAT MERGE] column store ddl
Co-authored-by: AnimationFan <30674773338@qq.com>
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2023-12-18 14:13:54 +00:00
37fe7ce4eb [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: 2149 <260391947@qq.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: jinmaoli <lijinmao.csmaster@gmail.com>
2023-12-18 14:04:23 +08:00
f7cd32be94 [FEAT MERGE] materialized view
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
2023-12-14 07:42:52 +00:00
9187748933 [FEAT MERGE] Implement tenant cloning mechanism
Co-authored-by: lalalafeier <wufeifei2023@163.com>
Co-authored-by: wanyue-wy <345657357@qq.com>
Co-authored-by: joseph12138 <17862707376@163.com>
2023-12-14 03:13:30 +00:00
4235388eaf Fix load data bug for json type 2023-12-12 13:42:55 +00:00
618ab67eb0 [FEAT MERGE][CP]optimizer stats enhancement
Co-authored-by: 2149 <260391947@qq.com>
2023-12-12 10:17:50 +00:00
2af60a0292 [CP] [LOB] support inrow threshold config 2023-12-11 05:17:14 +00:00
d6fe7444f1 Return Access Denied when alter system major freeze for a non-exist tenant in non-sys tenant. 2023-12-05 06:46:18 +00:00
8a54d2bb63 fix bug: column with multi default 2023-11-28 08:42:06 +00:00
e4f7452b2d [FEAT MERGE]charset revise 2023-11-27 08:52:02 +00:00
9e13005016 [FEAT MERGE]support 'alter system reset' clause 2023-11-16 13:46:59 +00:00
910036962d Fix partition num parser bug 2023-11-01 12:47:20 +00:00
1290fbd7ce [to #52212883]fix bug dbms sql in trigger 2023-11-01 03:09:15 +00:00
ebc02c349e bugfix: support use SEMI_TO_INNER and COALESCE_SQ with no param specified 2023-10-31 23:09:15 +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
cfd2e2edc0 fix some compatible bugs 2023-10-24 12:40:15 +00:00
8cd726482d fix sensitive data print bug 2023-10-12 08:44:11 +00:00
14fd05961c add 'WITH mysql_native_password' grammar 2023-10-12 07:09:58 +00:00
07082136a1 add 'WITH mysql_native_password' grammar 2023-10-11 12:13:26 +00:00
c63282a624 support oms ncharacter_set_connection 2023-10-10 11:40:07 +00:00
86005edbcc [CP] not to print plain text of query sql which contains sensitive data 2023-10-09 12:17:17 +00:00
c13243ff23 fix handling invalid character in identifier 2023-09-22 03:10:14 +00:00
bcd7e5b279 fix unable to parse udf with the same name as system function current_user 2023-09-20 16:42:21 +00:00
d1cc9c025f [to #52131396] fix MySQL lex rule to make identifier to contain one character at least 2023-09-13 02:10:50 +00:00
cd786d560e fix mysql compatible bug with partition table 2023-09-11 08:10:37 +00:00
3d3832ed60 [to #52067717] fix a -4016 problem of SQL parser 2023-09-09 13:34:57 +00:00
7198e18f7a bugfix: support for using current_user function without ending parentheses 2023-09-09 11:32:59 +00:00
46cc984ade Merge branch 'pr_1547' 2023-09-08 15:48:46 +08:00
ca21045824 fix some typo error 2023-09-08 12:35:44 +08:00
8194d7657a [CP] to issue<50460594>:fix get diagnostic issue 2023-09-08 12:16:05 +08:00
06de08f309 fix aggr bug 2023-09-08 11:56:21 +08:00
f4bf5f41c9 [FEAT MERGE] merge recover table
Co-authored-by: hamstersox <673144759@qq.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-09-05 06:47:00 +00:00
b60e4f8d97 [FEAT MERGE] [OBKV] support TTL
Co-authored-by: IHEII <602280108@qq.com>
2023-09-04 01:10:37 +00:00
5eed1011a1 to issue<51947103>:fix 4016 when using '==' condition operator and pl cache match issue 2023-09-01 07:14:37 +00:00
6d8fedae8b return syntax error when order by or limit before union in mysql mode 2023-09-01 07:10:52 +00:00
03b37d3730 [FEAT MERGE] change the semantics of tenant=all 2023-08-31 03:10:42 +00:00
5e158ef5e9 [FEAT MERGE]sql compat feature
Co-authored-by: Zach41 <zach_41@163.com>
2023-08-30 11:44:37 +00:00
8015a958d0 [FEAT MERGE] implement values statement
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-08-30 10:44:18 +00:00
0697e7f776 [FEAT MERGE]JSON_TABLE EXPR Implement IN MySQL Mode && dbms lob implement
Co-authored-by: skylhd <dickylhd@gmail.com>
2023-08-29 05:18:37 +00:00
e0b1dda713 [FEAT MERGE] Phase one of 3A project
Co-authored-by: rolandqi <qikai456@126.com>
Co-authored-by: yangzhifeng <yangzhifeng83@gmail.com>
2023-08-25 08:44:14 +00:00