Commit Graph

393 Commits

Author SHA1 Message Date
16885fe829 fix ret_code err while encode_sortkey_expr allocate memory 2023-02-21 08:42:14 +00:00
aa2e5c99dc bugfix 2023-02-20 13:17:04 +00:00
2e954397ec [BUGFIX] fix dbms lob instr when partten larger than lob 2023-02-20 12:45:01 +00:00
8367506dbe Fix reading invalid 8 bytes column in vectorized query. 2023-02-17 03:14:31 +00:00
7770bb3358 fix: 1.roll back add quote 2.add new type support for json table value column 3 error clause process bug 2023-02-17 03:11:54 +00:00
50a6b3cda3 bugfix : 47556839 item method in json query with default returning type 2023-02-14 11:47:19 +00:00
1225f5f0ce revert 'fix avg scale is not compat with MySQL' 2023-02-14 11:15:13 +00:00
28536648f7 bugfix forbid json compare in pl 2023-02-14 08:42:24 +00:00
ff893e6e4f bugfix:47099280, 47725591, 47679463, 47077540, 47024555 2023-02-13 12:41:36 +00:00
68b805d4be fix:46520694,47245275,47250762,47050323,47539331 2023-02-13 11:12:09 +00:00
a5e5719fa7 fix bug: dynamic param not deep copy in recieve op 2023-02-13 04:12:03 +00:00
51a269bf73 Fix zerofill double calc hash inconsistent 2023-02-13 03:14:55 +00:00
735665f131 [BUGFIX]fix process lob default val 2023-02-13 03:12:18 +00:00
773fa90509 [BUGFIX] fix lob bugs 2023-02-10 02:41:11 +00:00
966b2939b0 fix bug core timestamp because of lost error code 2023-02-09 15:50:18 +00:00
2053594cd8 [BUGFIX]fix repeat over 512M return error 2023-02-09 15:42:23 +00:00
3f6069b1c2 [to #47653487] fix alloc memory failed report -4016 instead of -4013 2023-02-09 15:39:47 +00:00
c372e5d736 [BUGFIX] fix nullsafe cmp func serialize 2023-02-09 14:34:23 +00:00
d2c31221af fix regexp sanity core 2023-02-08 20:30:39 +08:00
eb6c0e1eac [BUGFIX] fix ObTextStringIter deconstruct after allocator 2023-02-08 19:57:29 +08:00
b385e569a2 Fix ctas unknown cast type 2023-02-08 15:27:28 +08:00
0d922329d4 [BUGFIX] fix lob bugs 2023-02-08 11:40:29 +08:00
5d870baf2c [BUGFIX] fix unhex with set op 2023-02-08 11:23:52 +08:00
a9d66dae7a bugfix : json object key value with colon && timestamp_tz return value 2023-02-07 17:49:06 +08:00
de327e58f9 fix case failed cause by information_schema enhance 2023-02-07 11:52:26 +08:00
4fc7a1b699 [BUGFIX] fix reverse with union 2023-02-07 11:14:02 +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
537d3af901 fix upper expression return empty string in oracle mode bug 2023-02-06 23:38:08 +08:00
a6ba1d2999 issue/47511246 json obj_compare adapt lob 2023-02-06 19:45:27 +08:00
665d6458ea fix lead/lag merge result type bug 2023-02-06 16:56:58 +08:00
bc0bf5a498 fix:47511241,47428434 2023-02-06 16:53:25 +08:00
30e0055460 [BUGFIX] fix mysqltest 2023-02-06 16:39:49 +08:00
b01e2e4e0d fix some optimizer stats and regexp bugs 2023-02-06 16:25:38 +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
48a6c6f62f add ObURowIDType,ObLobType,ObJsonType,ObGeometryType for RELATIONAL_EQUAL_TYPE 2023-02-06 14:27:54 +08:00
78662489b8 [to #47144085] fix pkg/subprogram cursor with default parameter 2023-02-06 13:34:20 +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
8376705cbd remove developer's work email address 2023-01-28 18:38:34 +08:00
1cdf1dff1c fix parameterize dml sql bug in statement_digest 2023-01-28 16:04:30 +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
bbb017266b [FEAT MERGE]:Oracle Json Supported 2023-01-28 15:52:30 +08:00
af2506b14c [FEAT MERGE]charset latin1 2023-01-28 15:43:48 +08:00
9e297b88ea refresh mysqltest of weight_string expr 2023-01-28 15:29:36 +08:00
df5bfcaa49 fix literal bug
Co-authored-by: obdev <obdev@oceanbase.com>
2023-01-28 13:57:29 +08:00
9484175163 [FEAT MERGE]: online optimizer stats gather.
Co-authored-by: obdev <obdev@oceanbase.com>
2023-01-28 13:54:38 +08:00
ec56715ea5 [FEAT MERGE] information_schema enhence 2023-01-13 03:42:07 +00:00
d59c83f18a fix case when merge result type bug 2023-01-12 19:02:33 +08:00
8f5facb3fe fix timestampadd bug 2023-01-12 19:02:33 +08:00