Commit Graph

42 Commits

Author SHA1 Message Date
8c7d2a0f03 Fix core at fast parser 2024-06-17 18:15:53 +00:00
5ce9ef5136 [FEAT MERGE] patch 423 sql compatible features to 432
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
2024-05-27 11:18:01 +00:00
3d4ef9741d [FEAT MERGE] performance optimzation for OLTP
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
2024-04-10 07:32:28 +00:00
a12d26b9d6 fix create outline with error -4016 2024-03-26 13:45:28 +00:00
d260112818 [CP] support column identifier begin with number 2024-02-21 07:21:47 +00:00
5b3d47bf61 [CP] revert the behavior of removing spaces before newlines in a string. 2024-02-09 02:16:08 +00:00
30cf1c7598 statement_digest、statement_digest_text等处理latin1字符有乱>码,报错1064 2024-02-08 17:14:19 +00:00
250d8e25bb fix const number of fast parse and normal parse is different with mysql sql comment and parser error code refine 2024-02-08 13:51:23 +00:00
102a313075 Fix bad annotation causing parser to hang 2024-02-08 12:51:33 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
7064b1ca27 [CP] revert the behavior of removing spaces before newlines in a string. 2024-01-08 06:47:23 +00:00
b6e1b48a33 statement_digest、statement_digest_text等处理latin1字符有乱>码,报错1064 2023-12-29 03:18:10 +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
742b56a647 Fix bad annotation causing parser to hang 2023-12-26 14:43:11 +00:00
c63282a624 support oms ncharacter_set_connection 2023-10-10 11:40:07 +00:00
c13243ff23 fix handling invalid character in identifier 2023-09-22 03:10:14 +00:00
8015a958d0 [FEAT MERGE] implement values statement
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-08-30 10:44:18 +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
09f80e6a68 fix some bugs 2023-08-17 17:06:37 +08:00
9b3f07d4ad add for insert values statement split&rewrite batch optimization 2023-08-14 15:12:40 +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
399955b9a7 Fix fast parser result is not compatible with oracle 2023-05-30 12:23:14 +00:00
6bfb591de3 Support some charset grammar 2023-05-24 03:41:44 +00:00
ddca87aa3d Fix const number of fast parse and normal parse is different 2023-05-10 13:17:17 +00:00
fda1d9f41b fix mysql comment fast parser param node isn't equal normal parser param node 2023-05-09 02:43:58 +00:00
c219b5a194 Fix incorrect result when q quote is included in SQL 2023-05-08 04:47:24 +00:00
23b365a0a7 [FEAT MERGE]Query Interface Enhancement
Co-authored-by: chinaxing <chen.yack@gmail.com>
2023-04-28 02:41:45 +00:00
3efcefc29e [FEAT MERGE] Support gb18030_2022 2023-04-26 15:13:03 +00:00
ca31dfde0f fix no wait const param is not consistent in fp and np 2023-04-26 13:21:55 +00:00
972723ed66 [CP] [parser]: const in /*!xxx */ shouldn't be parameterized. 2023-04-18 13:11:41 +00:00
a9d66dae7a bugfix : json object key value with colon && timestamp_tz return value 2023-02-07 17:49:06 +08:00
af2506b14c [FEAT MERGE]charset latin1 2023-01-28 15:43:48 +08:00
9dcc0a529e [FEAT MERGE]implement user-defined rewrite rules 2023-01-12 19:02:33 +08:00
87a9357186 set the initial value of wrs to scn min 2023-01-12 19:02:33 +08:00
99d4f56fec [scn] mv definition of SCN to dir of share 2023-01-12 19:02:33 +08:00
68151eb87a [SCN] modify missing scenes 2023-01-12 19:02:33 +08:00
54b64a7263 [scn] fix failure of mittest after refresh feature scn 2023-01-12 19:02:20 +08:00
3ddfbc83a8 [bugfix][mysqltest]: fast_parser support ANSI_QUOTES. 2022-11-08 14:37:47 +00:00
a4317d144d [CP] fix gbk parser behaviour not compatible with mysql 2022-11-03 08:39:30 +00:00
4132ca4695 [bugfix][sql_mode]: support ANSI_QUOTES sql_mode in fast_parser. 2022-11-02 17:10:45 +00:00
93a1074b0c patch 4.0 2022-10-24 17:57:12 +08:00