Commit Graph

109 Commits

Author SHA1 Message Date
2cf85600bc [BUGFIX] fix lob bugs 2023-05-19 09:47:31 +00:00
3339b8372b [to #46691522]fix bug verify trigger update columns 2023-05-19 08:53:02 +00:00
d9e2106e44 fix ctas bugs 2023-05-19 08:23:01 +00:00
2d02db08cf fix some optimizer stat bugs 2023-05-19 02:46:44 +00:00
1f0fc4d4bb fix raw type null error and forbid lock table in dblink. 2023-05-19 02:41:23 +00:00
6675183cf5 [CP] [to #47269128]insert err msg for alter compile 2023-05-18 04:12:31 +00:00
e1ac52296d Fix drop long sequence name ret override 2023-05-16 09:11:31 +00:00
40e9a1b569 fix print global hint bug for set stmt 2023-05-12 04:11:25 +00:00
a9b068daa1 [FEAT MERGE] tablelock_42
Co-authored-by: YangEfei <yangyifei96@outlook.com>
Co-authored-by: joseph12138 <17862707376@163.com>
2023-05-12 03:11:22 +00:00
d89b3ef9ef [to #49328715] fix a -4016 problem of trigger parser 2023-05-11 12:11:23 +00:00
aaab6560a1 [FEAT MERGE] 4.x Dup Table
Co-authored-by: Minionyh <minions.yh@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: ChangerR <dingjinchengyx@163.com>
2023-05-11 10:07:21 +00:00
857ed98699 Disable mysql SO UDF. 2023-05-11 08:29:45 +00:00
f3d62d52ed Fix external table bugs 2023-05-10 14:21:03 +00:00
4108e781d4 [FEAT MERGE] implement mysql dblink and read consistency
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: sdc <njucssdc@gmail.com>
Co-authored-by: seuwebber <webber_code@163.com>
2023-05-09 18:32:04 +00:00
cbaf61bef6 bugfix: 1. ban xmltype cmp in check; 2. ban xmltype column set number as default value; 3. error code adaptation; 2023-05-08 12:42:10 +00:00
c8b3ff602c Fix functional index bugs 2023-05-08 03:41:56 +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
c342e3ed87 fix subpartition template compat bug 2023-05-05 14:08:20 +00:00
27da7e5ca0 fix external table system view bugs 2023-05-05 12:15:19 +00:00
09ed904b58 [FEAT MERGE] Support external table
Co-authored-by: jingtaoye35 <1255153887@qq.com>
2023-04-29 15:11:50 +00:00
17abf2818a [FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2023-04-28 03:45:10 +00:00
f745b47cbc [FEAT MERGE] implement dynamic sampling 2023-04-27 12:15:28 +00:00
c5756c1799 [FEAT MERGE] Functional_index 2023-04-27 11:11:24 +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
6f6cb0c504 Fix partition num check bug 2023-04-21 05:14:43 +00:00
8daff3e658 [FEAT MERGE]logical plan move to plan cache module add feedback into to plan 2023-04-18 11:41:58 +00:00
31ffb12df1 fix drop pk cst failed. 2023-04-13 08:54:45 +00:00
3926fdba2f Fix a bug of omitting to set res type length for lob exprs 2023-04-13 08:40:19 +00:00
d39973ad19 ignore invalid parallel hint for create index 2023-04-07 09:41:32 +00:00
93cf8e3057 [bugfix]: add constraint(pk) with constraint name, the constraint name shouldn't be ignored. 2023-04-04 00:14:55 +00:00
f4bc31c683 disable gather histogram for granularity=>'auto' when subpart type is not list or range 2023-04-03 18:41:47 +00:00
aec2b56931 Fix ctas statement decimal precision out of bounds 2023-03-21 16:49:45 +00:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
00f87235c6 fix stmt print ignore hint bug 2023-03-16 00:43:36 +00:00
8a9169e0d6 [CP][to #46123340] fix show create characteristic stmt 2023-02-24 12:47:32 +00:00
0a4df972e8 fix invalid definition for timestamp generated column 2023-02-13 13:12:07 +00:00
ca1fcada83 update histogram buckets from pointer to ObArrayWrap 2023-02-10 11:11:04 +00:00
a1e27ff66e fix mysqltest 2023-02-09 16:06:26 +00:00
44302ab27f fix optimizer histogram memory leak in KVCACHE 2023-02-09 15:55:39 +00:00
e086f0b327 fix create view failed when select item has same alias name 2023-02-08 15:30:29 +08:00
53aff20b87 report error when modify primary key nullable 2023-02-07 17:53:32 +08:00
de327e58f9 fix case failed cause by information_schema enhance 2023-02-07 11:52:26 +08:00
ec9eeebfb5 to issue<47537861>:adjust default exec env when creating mysql mode package 2023-02-06 23:19:26 +08:00
1782154e7c [CP] fix table dml info maintenance bug 2023-02-06 16:46:35 +08:00
657b6b6f12 save schema pointer 2023-02-06 15:26:08 +08:00
0866a4b852 [to #46647036]fix bug alter trigger 2023-02-06 13:52:55 +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
ccb9e555da fix create view with rowid bug 2023-01-28 18:56:45 +08:00
50024b39cd [FEAT MERGE] log4100 branch
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-01-28 18:17:32 +08:00