Commit Graph

223 Commits

Author SHA1 Message Date
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
004394c966 fix master failed cases 2023-08-21 04:14:21 +00:00
00d479878b fix some optimizer stats bug 2023-08-18 08:17:39 +00:00
09f80e6a68 fix some bugs 2023-08-17 17:06:37 +08:00
9b31f8aa03 [FEAT MERGE] 开源裁减颗粒度优化
Co-authored-by: nroskill <nroskill@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-15 02:40:26 +00:00
9b3f07d4ad add for insert values statement split&rewrite batch optimization 2023-08-14 15:12:40 +00:00
e067fa2e07 fix some window func bugs 2023-08-14 07:18:41 +00:00
cf6ace1f68 fix: 1. rapidjson coredump bug when oom. 2. json_value support truncate clause 2023-08-08 08:42:35 +00:00
f87b31f4e7 fix illegal stmt caused by deep copy of sharding condition which contains query ref expr 2023-08-04 08:48:25 +00:00
78053c6dd2 modify partition can't be performed together with other actions when alter table 2023-08-02 02:48:15 +00:00
3731091d9d Fix fast parser error 2023-08-02 02:42:17 +00:00
da985e136d Fix some compatibility issues of illegal SQL in MySQL 2023-08-01 16:12:42 +00:00
9d84f4b2ee [to #47648806] fix CREATE FORCE TYPE syntax 2023-08-01 13:54:47 +00:00
0599c51c72 fix some outline unstable problem 2023-08-01 13:42:44 +00:00
aa5ad5f91b optimizer gather histogram and memory use 2023-07-24 10:48:49 +00:00
32636e05c4 adjust allocate window function operator, enhance pq_distribute_window hint 2023-07-19 03:12:22 +00:00
47271366e4 fix avoid vsnprintf generates wrong result when there is '%' in format string in parser 2023-07-17 08:23:46 +00:00
a0a29c9034 [CP] fix write optimizer stats to use the same trans 2023-07-07 06:18:23 +00:00
5d3a888639 support switchover/failover verify empty shell 2023-06-26 08:12:29 +00:00
6c427806e1 fix mysqltest 2023-06-25 07:42:41 +00:00
9dae112952 [FEAT MERGE] merge transfer
Co-authored-by: wxhwang <wxhwang@126.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2023-06-21 11:42:28 +00:00
9ce10fcef5 fix some parser bug 2023-06-16 02:54:11 +00:00
b82cb8aac0 compatible with mysql column definition attribute 2023-06-13 02:48:15 +00:00