Commit Graph

12978 Commits

Author SHA1 Message Date
078371afbd Fixed the deadlock issue in DM and P2P orthogonal scenarios. 2024-04-10 11:06:24 +00:00
f0ee52cb5b [CP] runtime range filter support <=> join in oracle mode 2024-04-10 11:00:43 +00:00
ce6ee9cf55 add defensive check for ObExprWeightString 2024-04-10 10:15:57 +00:00
6a13cb1f82 [CP] to issue<53963421>:fix pltemp mod memory leak when report 4013 2024-04-10 09:45:25 +00:00
58230ae8db Fix build range bug after refresh table 2024-04-10 09:15:38 +00:00
sdc
df4583a145 fix hash local allocate sqcs and build channel map bug 2024-04-10 08:45:28 +00:00
7d11a2a10d placeholder for fts branch DAS iter structure refactor 2024-04-10 08:17:34 +00:00
3d4ef9741d [FEAT MERGE] performance optimzation for OLTP
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
2024-04-10 07:32:28 +00:00
292a72f4b3 Deleted aligned_buf from printing in c string (#1918) 2024-04-10 14:17:47 +08:00
054f5a5a80 [CdcService] Modify ClientLSCtx state when failed to fetch log in archive 2024-04-10 03:10:52 +00:00
3429a337ea [BUG] let is_lock_decided also works for is_row_decided 2024-04-09 15:36:02 +00:00
33b8782d40 [FTS][placeholder] fix some schema issues 2024-04-09 15:30:06 +00:00
24b8fa3eed cherry-pick mysql mode simple MAV fast refresh bugfix from opt_mview feature 2024-04-09 15:24:52 +00:00
a595c1f3de fix review and refresh farm 2024-04-09 14:15:25 +00:00
c2078c08c9 [FEAT MERGE] support backup plus archivelog progress 2024-04-09 13:45:27 +00:00
178a91b61c [CP] drop_tenant clear rs job 2024-04-09 12:59:29 +00:00
852f63a7b3 [CP] [to #55730303] fix: fix a PL JIT core when memory is insufficient 2024-04-09 12:54:00 +00:00
eed677c16e [to #53391711] patch persist PL compile result from 4_2_x_release to master 2024-04-09 12:38:44 +00:00
0ea78d4b60 fix mysql system view cast collation problem 2024-04-09 12:33:07 +00:00
781b365061 [CP] fix losting order in select_plan 2024-04-09 12:12:17 +00:00
cc135f2ce2 close skip_ghost_row for wrong is_rowkey_first_row_already_output_ flag 2024-04-09 10:25:25 +00:00
d3d37f4e93 [mulitvalue place holder]:add drop index enum type 2024-04-09 08:01:19 +00:00
bda30950ee cherry-pick one simple MAV fast refresh bugfix from opt_mview feature 2024-04-09 07:24:37 +00:00
248f103396 Merge branch 'master' into develop 2024-04-09 13:58:26 +08:00
69541b8b16 Fix the problem of correctness caused by partition sort error code coverage 2024-04-09 05:37:46 +00:00
b1f1be5032 [OBKV] fix for ret miss scan 2024-04-09 05:32:04 +00:00
8addb38f3e Fix core at result set destructor 2024-04-09 05:26:35 +00:00
0938dda055 Fix connect by debug log core 2024-04-09 05:21:23 +00:00
cbb339c2f9 Fix using public synonyms across users cannot hit the plan cache 2024-04-09 05:02:34 +00:00
d3967c9b30 Fix: 500 tenant mem hold 2024-04-09 02:49:56 +00:00
d1863c6479 Bugfix of error code overwritten 2024-04-09 02:34:03 +00:00
ed4599ca9b occupy T_SET_UNION_ALL for 4.2.5 in master branch 2024-04-08 14:19:51 +00:00
34c3718f40 [CP][FEAT MERGE]SDO_GEOMETRY & MYSQL GIS EXPR IMPLEMENT 2024-04-08 13:45:08 +00:00
766a7c6c3c [CP] change error message for non-direct load data 2024-04-08 13:09:49 +00:00
a06dc6b42b Fix allocator for batch insert 2024-04-08 13:04:23 +00:00
5bb9dd3417 Handle 5188 error correctly during on_replay 2024-04-08 12:48:51 +00:00
e00c5f80ef disable partial_lob and replace with _enable_dbms_lob_partial_update config 2024-04-08 12:43:34 +00:00
3e8454c918 fix mysqltest row_col_switch_rowkey && fix obtest test_co_merge_with_cg_merge_error && fix history minor bug 2024-04-08 12:38:07 +00:00
4718c98e28 [CP] [to #55847301] fix: use plan sql id instead of session sql id in remote executeion sql audit 2024-04-08 12:32:52 +00:00
0a8539f2ae fix ddl mgr key hash conflict detected invalid. 2024-04-08 10:29:57 +00:00
2ce6bc28c8 FIX: fix the core induced by foreign key handle overwrite the datum pointer of expr in DML op 2024-04-08 10:24:42 +00:00
0740b8fc8a [CP] Adjust S3 client retry strategy 2024-04-08 10:09:33 +00:00
dee3773664 let mocked_row_store_cg_ in ObTabletCopyFinishTask to local variable 2024-04-08 10:04:13 +00:00
7d0c17480c [CP] [to #55840371] fix member function call without self prefix 2024-04-08 09:58:55 +00:00
fb4195d21a [CP] to issue<55645636>:fix two cursor memory leak stack 2024-04-08 09:53:38 +00:00
b4ac007bea make the collation of information_schema views more compatible 2024-04-08 09:48:24 +00:00
f354d9c9e5 [tx-route] fix receiving extra state duplicated on closing session 2024-04-08 09:43:11 +00:00
445c9dfc31 [CP] to issue<55748018>:fix memory leak about anonymous array when inject error 2024-04-08 09:16:18 +00:00
fbf6fdf06b Fix unittest test_global_iterator_pool 2024-04-08 09:10:35 +00:00
73cc1ad061 [CP] fix some optimizer stats bug 2024-04-08 07:24:46 +00:00