Commit Graph

218 Commits

Author SHA1 Message Date
08f87b82c7 modify the usage of schema guard, release the pin memory 2023-03-23 05:11:37 +00:00
8462b71fa9 Fix direct load handle task result swallow error code 2023-03-21 15:01:14 +00:00
c6bbafe473 fix savepoint is not synchronized between servers 2023-03-20 17:23:49 +08:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
98d57f60e7 direct load not support set 2023-03-17 08:11:23 +00:00
42b0938ea9 Fix illegal snapshot version used by direct load to create ddl major 2023-03-17 04:41:18 +00:00
105bf1c2f4 fix cancel drop index hang due to check standby tenant failed. 2023-03-17 03:13:50 +00:00
77f3afb799 allow schedule creating/deleting tablet to do restore 2023-03-16 13:41:10 +00:00
00f87235c6 fix stmt print ignore hint bug 2023-03-16 00:43:36 +00:00
8a787f0a1e fix truncate tmp table 2023-03-09 06:10:55 +00:00
1bd697ad25 Fix table load major sstable max_merged_trans_verison 2023-03-08 10:41:43 +00:00
71cc2166d8 fix load data mem usage not efficient 2023-03-07 12:43:27 +00:00
a401951741 fix partition list compat bug 2023-03-06 08:11:22 +00:00
b5244db425 Avoiding the impact of new_truncate_table on mysql auotinc, then we need to execute the old logic 2023-03-03 10:11:05 +00:00
c6e23516d2 fix ddl task when the tenant switch to standby 2023-03-03 09:13:52 +00:00
9447a59f54 add truncate_table retry error code 2023-03-02 18:56:52 +00:00
91ca72111d fix auto gather stats memory bloat 2023-03-02 15:54:43 +00:00
14228a3f70 [master][tx-route] disable reroute sql on txn start node when sql access tmp table 2023-03-02 14:49:23 +00:00
52c45c7403 [master][tx-route] do not abort tx if txn has explict savepoint or serializable snapshot 2023-02-24 15:46:42 +00:00
80ac15ef69 fix truncate_table retry error code and fix farm case 2023-02-24 15:30:56 +00:00
fe21bdcdb9 check ls status instead of __all_ls while create tenant 2023-02-24 12:42:07 +00:00
29d421b18d sync wait created tenant in restore tenant sql thread 2023-02-24 12:06:52 +00:00
7afa91237f change the update stat cache way, use the current worker thread instead of RS worker thread 2023-02-21 05:41:51 +00:00
897c5ae533 fix xa savepoint 2023-02-17 09:12:43 +00:00
88ee461fbe [master] add session id into autocommit log 2023-02-16 13:12:15 +00:00
17bea01cde [master][tx-route] fix implicit-start tx push extra-state version 2023-02-15 04:44:37 +00:00
4aa841b9e4 [4.1][xa] fix session terminate for xa trans 2023-02-15 03:41:53 +00:00
e35e00581d fix the background thread's tenant_id is inconsistent with the ps cache's while changing tenants 2023-02-14 07:17:09 +00:00
5e0f5e4e12 [dbms_stats]: bugfix for online optimizer stats gather. 2023-02-14 04:42:08 +00:00
f1ef7006da Completing the information of insert into select clause in direct-mode 2023-02-13 11:41:53 +00:00
f7a3157781 fix mysqltest case in master 2023-02-10 06:44:31 +00:00
46d0891c42 remove database id from direct_load 2023-02-09 17:03:01 +00:00
f1d7a35488 fix bug:when the log disk is full,direct_load reports 4009 IO error 2023-02-09 16:19:59 +00:00
affa7fc9fe [4.1] fix alter tenant problem 2023-02-09 15:00:48 +00:00
d51d7d7dab Fixing memory-leak in table direct insert 2023-02-08 10:58:11 +08:00
134dfc14b4 fix sql_statistics bug 2023-02-08 10:46:29 +08:00
bf3ace128e fix truncate table publish_schema and farm case 2023-02-07 20:39:21 +08:00
2a1917b23b Resolving memory-leak by adding px clean up 2023-02-07 16:07:07 +08:00
8454783aaf [online stat]: fix some bugs. 2023-02-07 00:16:24 +08:00
c8cda8e6d4 [4.1] Fix alter tenant all problem 2023-02-06 16:36:26 +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
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
ba19ba90e0 [FEAT MERGE] del_tenant_memleak branch
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-01-28 19:29:23 +08:00
c15d389bef [4.1] Add previous check for arb service 2023-01-28 18:59:39 +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
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
30d0adec61 [4.1] support distributed txn free route 2023-01-28 16:07:18 +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