mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 10:45:30 +02:00
Post-merge fix for bug 37016: Update test case for row-based logging.
This commit is contained in:
parent
a7d03bf4ed
commit
a13eda38ae
2 changed files with 2 additions and 2 deletions
|
|
@ -733,7 +733,7 @@ call p_verify_status_increment(1, 0, 1, 0);
|
|||
rename table t4 to t3;
|
||||
call p_verify_status_increment(1, 0, 1, 0);
|
||||
truncate table t3;
|
||||
call p_verify_status_increment(4, 4, 2, 2);
|
||||
call p_verify_status_increment(4, 4, 4, 4);
|
||||
create view v1 as select * from t2;
|
||||
call p_verify_status_increment(1, 0, 1, 0);
|
||||
check table t1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue