Closed tom-csf closed 3 weeks ago
main
a8e9ce9f220d3bd8ce07147eeb21df4e5823432b
- Hardware parameters: - OS type: - Others:
No response
1、create account create account a1 ADMIN_NAME 'admin1' IDENTIFIED BY 'test123'; 2、create account pitr01 ./mo_br pitr create --host "10.222.4.14" --port 31429 --user "root" --password "111" --pname "pitr01" --level "account" --account "a1" --rangevalue 2 --rangeunit "d" 3、set data to account a1 create database db01; use db01; create table tab1(col1 int, col2 datetime); create table tab2(col1 int, col2 datetime); insert into tab1(col1,col2) values(1,now()); insert into tab2(col1,col2) values(1,now()); create view as select * from tab1; insert into tab1(col1,col2) values(2,now()); insert into tab2(col1,col2) values(2,now()); 4、restore account ./mo_br pitr restore --host "10.222.4.14" --port 31429 --user "root" --password "111" --pname "pitr01" --timestamp "2024-10-16 04:01:20" --account "a1" It is probability of occurrence
进行中
fixed
验证已经bugfix
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
a8e9ce9f220d3bd8ce07147eeb21df4e5823432b
Other Environment Information
Actual Behavior
Expected Behavior
No response
Steps to Reproduce
Additional information