Commit Graph

10997 Commits

Author SHA1 Message Date
734cd239aa placehold error number 2024-02-07 23:30:09 +00:00
6cdcf2bcec fix spf hashmap is disabled by typo 2024-02-07 23:27:09 +00:00
e0398bb9a7 [CP]fix replace expr longtext max len 2024-02-07 23:24:09 +00:00
cb46d55d7f fix dblink did not free oci stmt after read oracle 2024-02-07 23:21:09 +00:00
fdb374130c BUGFIX: fix ls online failed after restart 2024-02-07 23:18:08 +00:00
b50711c1bf Plan Cache adds tracepoint and throws an error code when it fails. 2024-02-07 23:15:08 +00:00
f774ffa26b fix the bug of canceled merge dag not deleted from dag_net_map 2024-02-07 23:12:05 +00:00
1c20161f72 [FEAT MERGE] column store ddl
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: renju96 <fcbrenju@163.com>
2024-02-07 23:09:02 +00:00
fd359dc4a4 [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: akaError <lzg020616@163.com>
2024-02-07 23:05:57 +00:00
8d63652331 [FEAT MERGE] transaction pdml support optimization
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
2024-02-07 23:02:56 +00:00
58aad015d5 Modify Throttle Info Log 2024-02-07 22:59:56 +00:00
38893110e9 [4.3] fix some remain problems about clone 2024-02-07 22:56:56 +00:00
3f197a59ec Perf optimization: Avoid memory alloc when load aux tablet info 2024-02-07 22:53:56 +00:00
5cc8426f2d [CP] [to #52082344]ps mode mysql non_std client only response ok 2024-02-07 22:50:57 +00:00
7e3b94991f Fix transfer backfill with ls migration concurrency defence error. 2024-02-07 22:47:59 +00:00
d47cf25188 placeholder for 421 drop column instant. 2024-02-07 22:45:00 +00:00
74c6e9af61 pcode occupy 2024-02-07 22:39:12 +00:00
1a4904a7a5 [to #52562939] fix: report proper error info when memory allocation failed 2024-02-07 22:36:12 +00:00
cff94d7d75 further fix for identifier is too long 2024-02-07 22:33:14 +00:00
e09def2451 [CP] [OBCDC] Support outrow lob update empty to empty 2024-02-07 22:30:12 +00:00
cc9f871730 bugfix : obkv bugfix patch master 2024-02-07 22:27:13 +00:00
1d80af6ae1 fix max_worker_cnt in group thread 2024-02-07 22:24:15 +00:00
fe7cee9cb4 fix restart issue 2024-02-07 22:21:16 +00:00
f90064130d take up space on the master branch for drop lob 2024-02-07 22:18:17 +00:00
9b425a11ce fixed log disk usage execcded 100% because of recycleing blocks hang. 2024-02-07 22:09:44 +00:00
20abca36dd [DeadLock] fix memory leak when call multi_set() 2024-02-07 22:06:45 +00:00
19d694ab24 Add cast mode BY_TRANSFORM for implicit cast by transformer 2024-02-07 22:03:45 +00:00
c022786023 remove remote logical minor sstable 2024-02-07 21:57:57 +00:00
852a7b924d [CP] opt the ScheObSchemAren 2024-02-07 21:54:56 +00:00
898aea1508 [OBKV] add error code for obkv 2024-02-07 21:49:10 +00:00
29bd0b5ee8 [CP] [OCBDC] Fix obcdc not exit if query data_dict_info failed 2024-02-07 21:46:12 +00:00
bd42abb1c9 Fix mysqltest case failures 2024-02-07 21:43:13 +00:00
902c39388f Fix wrong persistent datum in group by pushdown 2024-02-07 21:40:14 +00:00
4a2e6196be we should check secure_priv_file in both mysql and oracle mode 2024-02-07 21:37:13 +00:00
d09e2de876 [CP] fix: fix the core induced by spf batch rescan 2024-02-07 21:34:12 +00:00
58a5d44e67 when rpc_server_authentication_method has none, server does notverify client identity 2024-02-07 21:31:12 +00:00
1a24f7c5bb fix processed conflict error 2024-02-07 21:28:11 +00:00
6ad1d8c1c5 Ignore 'not null' of virtual table in optimizer 2024-02-07 21:25:11 +00:00
ccb1813be7 [FEAT MERGE] Enable IAA for accelerate defalte compression and decompression for OB 4.0 2024-02-07 21:22:11 +00:00
9855b2f1ba fix __all_virtual_tenant_snapshot_ls_replica_history fail to decode hex string into ls_meta_package 2024-02-07 21:19:11 +00:00
e1c4e4c9a7 [to #53811093] fix storing CURSOR type result to REF CURSOR var caused mem leak 2024-02-07 21:16:11 +00:00
8924627121 [CP] fix rulescan bugs 2024-02-07 21:13:12 +00:00
848c4c4fd2 add sys log for macro ref diagnosis 2024-02-07 21:10:12 +00:00
8f9deca4f3 priority return ob_trans_timeout to ob_trans_killed after tx timeout and abort itself during stmt execute 2024-02-07 21:07:13 +00:00
634f8e7b0f change show db to show databases 2024-02-07 21:04:15 +00:00
a89259abf1 BUGFIX: alloc an error code for testcase 2024-02-07 21:01:15 +00:00
e071525648 forbid to schedule_compaction_after_mini when restoring 2024-02-07 20:58:14 +00:00
1bbd4ddafe [CP] [OBCDC] Fix can't launch in data_dict mode if start_ts is during generation of data_dictionary 2024-02-07 20:55:15 +00:00
a97235802c Fix compare routine for questionamrk expr 2024-02-07 20:52:15 +00:00
7c915acc34 [CP] [to #53256652] fix hitting wrong plan when table function UDT is changed 2024-02-07 20:49:14 +00:00