mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Post-merge fix for bug 37016: Update test case for row-based logging.
This commit is contained in:
@ -853,7 +853,7 @@ call p_verify_status_increment(1, 0, 1, 0);
|
||||
SUCCESS
|
||||
|
||||
truncate table t3;
|
||||
call p_verify_status_increment(4, 4, 2, 2);
|
||||
call p_verify_status_increment(4, 4, 4, 4);
|
||||
SUCCESS
|
||||
|
||||
create view v1 as select * from t2;
|
||||
|
Reference in New Issue
Block a user