YANGGMM
YANGGMM
restore to a empty account still hung ```mysql mysql> create account acc03 admin_name = 'test_account' identified by '111'; No connection. Trying to reconnect... Connection id: 11920 Current database: *** NONE...
定位到一个分区表的恢复 ```mysql mysql> restore account acc01 database acc_test04 table index03 from snapshot sp04 to account acc03; ^C^C -- query aborted ERROR 1105 (HY000): context canceled mysql> ^C ``` 恢复到本租户没有问题 ```mysql...
**复现方法** ```mysql drop account if exists acc01; create account acc01 admin_name = 'test_account' identified by '111'; drop account if exists acc02; create account acc02 admin_name = 'test_account' identified by '111';...
> @YANGGMM 这个问题还有嘛? 转给我,我关了吧,先看其他慢的问题
fixed, plz test @Ariznawlll
dup with #15861
finished