Commit Graph

486 Commits

Author SHA1 Message Date
680a88381c fix bug Concurrent ddl operations cause the table tablet_id to change, and defensive_check with error 4377 2023-02-07 00:12:40 +08:00
f6a68bca07 Remove Rpc Worker Flag In Px 2023-02-06 23:49:45 +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
eb9e752f37 fix bug: not clear evaluated flag after eval filter expr 2023-02-06 23:26:51 +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
c8cda8e6d4 [4.1] Fix alter tenant all problem 2023-02-06 16:36:26 +08:00
b01e2e4e0d fix some optimizer stats and regexp bugs 2023-02-06 16:25:38 +08:00
92b9a65903 [CP] Fix virtual table result 2023-02-06 16:14:57 +08:00
924a6b6d92 switchover to primary check ls is sync on RS side 2023-02-06 16:03:49 +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
4bca239594 fix shared hj hang because one of workers is already exited 2023-02-06 14:38:54 +08:00
48a6c6f62f add ObURowIDType,ObLobType,ObJsonType,ObGeometryType for RELATIONAL_EQUAL_TYPE 2023-02-06 14:27:54 +08:00
15f8652a72 fix sort core at aqs item's len overflow 2023-02-06 14:18:20 +08:00
4f65ea3349 Partition sort check earlier and more strictly 2023-02-06 13:56:36 +08:00
78662489b8 [to #47144085] fix pkg/subprogram cursor with default parameter 2023-02-06 13:34:20 +08:00
f66c6b5ece fix mysqltest cases 2023-01-29 16:38: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
ab3056c41a fix lob pushdown problem
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-01-29 15:50:09 +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
c19499253b fix: fix ddl hang induced by check_status in inner sql execution 2023-01-28 19:55:42 +08:00
67b7f03d59 fix core in group join buffer 2023-01-28 19:49:33 +08:00
ba19ba90e0 [FEAT MERGE] del_tenant_memleak branch
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-01-28 19:29:23 +08:00
e3b89cd741 fix gis review 2023-01-28 19:26:33 +08:00
c15d389bef [4.1] Add previous check for arb service 2023-01-28 18:59:39 +08:00
8376705cbd remove developer's work email address 2023-01-28 18:38:34 +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
a269ffe6be Fix reset evaluated flag for constant expr 2023-01-28 18:14:27 +08:00
81d28c0295 [FEAT MERGE] add direct load function
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: yongshige <598633031@qq.com>
2023-01-28 18:08:51 +08:00
dfbfe7050d [FEAT MERGE] Merge foreign key refactor to master; 2023-01-28 16:30:05 +08:00
a7753ea302 fix: add tenant config check when use tenant config for px acquire 2023-01-28 16:27:17 +08:00
30d0adec61 [4.1] support distributed txn free route 2023-01-28 16:07:18 +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
3080f2b66f Enhanced resource isolation capability, previous IOPS group control for front-end and back-end tasks
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 15:58:19 +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
b2607a0ccf [FEAT MERGE] ddl parallel truncate table
Co-authored-by: obdev <obdev@oceanbase.com>
Co-authored-by: obdev <obdev@oceanbase.com>
Co-authored-by: obdev <obdev@oceanbase.com>
Co-authored-by: obdev <obdev@oceanbase.com>
Co-authored-by: obdev <obdev@oceanbase.com>
2023-01-28 13:37:56 +08:00
ec56715ea5 [FEAT MERGE] information_schema enhence 2023-01-13 03:42:07 +00:00
263a44af96 [FEAT MERGE] merge NLJ/SPF group rescan 2023-01-12 15:17:04 +00:00
fd39c584f3 [CP] Fix px worker check status always return OB_SUCCESS 2023-01-12 19:02:33 +08:00
87e368c52f Fix udt bugs 2023-01-12 19:02:33 +08:00
1131932cd3 Fix const aggregate expr with rollup wrong result 2023-01-12 19:02:33 +08:00
d59c83f18a fix case when merge result type bug 2023-01-12 19:02:33 +08:00