Commit Graph

120 Commits

Author SHA1 Message Date
7a3e524f27 fix mysqltest 2023-08-15 03:40:37 +00: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
a56c5b6dec Add error codes for sql module, !! Please Read Task Description Carefully!! 2023-08-01 17:18:33 +00:00
e7a96d3492 Fix single-part table insert bug 2023-07-26 05:42:40 +00:00
1e30cd9247 fix binary-float type error in dblink 2023-07-20 04:42:17 +00:00
a03af93f4d supprt sql_quote_show_create variable in mysql mode 2023-07-13 10:12:23 +00:00
7002e5975a fix table schema use THIS_WORKER.get_allocator() leads dynamic leak 2023-07-13 07:48:00 +00:00
76134a4ff4 Fix core at printer 2023-06-25 12:12:37 +00:00
1858194fc4 Fix printer bugs 2023-06-22 03:42:42 +00:00
e16be514e6 fix outer join_symbol(+) bug 2023-06-12 06:48:08 +00:00
9ab529a64b fix dblink type bugs 2023-06-12 02:43:11 +00:00
e2e3db76e8 Fix some user-defined rewrite rules bug 2023-06-07 03:48:34 +00:00
8bd4f54ea1 fix some charset bugs 2023-06-02 11:17:36 +00:00
40e9a1b569 fix print global hint bug for set stmt 2023-05-12 04:11:25 +00:00
d6c6e05727 [FEAT MERGE] log4200
Co-authored-by: zhjc1124 <zhjc1124@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-05-06 08:15:43 +00:00
09ed904b58 [FEAT MERGE] Support external table
Co-authored-by: jingtaoye35 <1255153887@qq.com>
2023-04-29 15:11:50 +00:00
3cada22bdc [FEAT MERGE]4_2_sql_feature
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
2023-04-28 11:12:11 +00:00
17abf2818a [FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2023-04-28 03:45:10 +00:00
23b365a0a7 [FEAT MERGE]Query Interface Enhancement
Co-authored-by: chinaxing <chen.yack@gmail.com>
2023-04-28 02:41:45 +00:00
57f1c6e7ee [FEAT MERGE]:develop pl feature of 4.2 version
Co-authored-by: LiuYoung00 <liuyanglo_ol@163.com>
Co-authored-by: 0xacc <heyongyi1998@gmail.com>
Co-authored-by: seuwebber <webber_code@163.com>
2023-04-27 16:08:11 +08:00
8fb50cdf65 [FEAT MERGE] OLTP performance and cpu reduction optimization under tiny specification
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
2023-04-26 15:30:18 +00:00
3efcefc29e [FEAT MERGE] Support gb18030_2022 2023-04-26 15:13:03 +00:00
dce925b7f0 remove get_method array from query range extraction 2023-04-23 08:05:50 +00:00
6e8c6def52 fix sql executor use memory of 500 tenant 2023-04-19 08:15:11 +00:00
76e6f675b5 Fix dblink bugs 2023-04-14 04:11:51 +00:00
f872513c5f implement estimate table row count by meta table 2023-02-24 16:02:17 +00:00
6192a06fb9 [CP] SQL execution time consumption statistics 2023-02-09 14:28:54 +00:00
88c8c6cb08 to issue<38555062>:fix nested sql bug when using execute immediate stmt to exexute anonymous block 2023-02-08 15:36:38 +08:00
e086f0b327 fix create view failed when select item has same alias name 2023-02-08 15:30:29 +08:00
de327e58f9 fix case failed cause by information_schema enhance 2023-02-07 11:52:26 +08:00
c157309bc6 add -Wshorten-64-to-32 for share 2023-02-07 00:40:02 +08:00
9b302b8660 [to #41932470] fix memory of udf 2023-02-06 23:45:37 +08:00
f8c5c2647f [FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-02-06 15:52:24 +08:00
814de27a42 dblink_write implement [FEAT MERGE]
Co-authored-by: zzg19950727 <1071026277@qq.com>
Co-authored-by: xianyu-w <707512433@qq.com>
2023-01-29 16:23:19 +08:00
3d4f554258 [FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions)
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-01-28 20:40:16 +08:00
ba19ba90e0 [FEAT MERGE] del_tenant_memleak branch
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-01-28 19:29:23 +08:00
2d19a9d8f5 [FEAT MERGE]4_1_sql_feature
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 16:01:28 +08:00
af2506b14c [FEAT MERGE]charset latin1 2023-01-28 15:43:48 +08:00
ec56715ea5 [FEAT MERGE] information_schema enhence 2023-01-13 03:42:07 +00:00
87e368c52f Fix udt bugs 2023-01-12 19:02:33 +08:00
08802d94f6 [FEAT MERGE] 4.1 PL/SQL enhence & development 2023-01-12 19:02:33 +08:00
1235ea51e6 fix typo 2023-01-12 19:02:33 +08:00
a2610ab94c [CP] [CP][to #44746355]fix size overflow when reconstruct sql 2023-01-12 19:02:33 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
099a445e4c fix typo 2023-01-12 19:02:33 +08:00
59e975f9d7 fix typo 2023-01-12 19:02:33 +08:00
045c826c51 [scn] fix 4377 caused by miss one line code when refresh 2023-01-12 19:02:33 +08:00
51de5b5911 [SCN] fix farm failure 2023-01-12 19:02:33 +08:00
68151eb87a [SCN] modify missing scenes 2023-01-12 19:02:33 +08:00