Post-merge fix for bug 37016: Update test case for row-based logging.
mysql-test/r/commit_1innodb.result: Increase commit count for row-based logging.
This commit is contained in:
parent
95e0d3bd06
commit
d1323f433d
@ -733,7 +733,7 @@ call p_verify_status_increment(1, 0, 1, 0);
|
|||||||
rename table t4 to t3;
|
rename table t4 to t3;
|
||||||
call p_verify_status_increment(1, 0, 1, 0);
|
call p_verify_status_increment(1, 0, 1, 0);
|
||||||
truncate table t3;
|
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;
|
create view v1 as select * from t2;
|
||||||
call p_verify_status_increment(1, 0, 1, 0);
|
call p_verify_status_increment(1, 0, 1, 0);
|
||||||
check table t1;
|
check table t1;
|
||||||
|
@ -853,7 +853,7 @@ call p_verify_status_increment(1, 0, 1, 0);
|
|||||||
SUCCESS
|
SUCCESS
|
||||||
|
|
||||||
truncate table t3;
|
truncate table t3;
|
||||||
call p_verify_status_increment(4, 4, 2, 2);
|
call p_verify_status_increment(4, 4, 4, 4);
|
||||||
SUCCESS
|
SUCCESS
|
||||||
|
|
||||||
create view v1 as select * from t2;
|
create view v1 as select * from t2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user