Commit 5289e1a9 authored by Alfranio Correia's avatar Alfranio Correia

Post-fix for BUG#43929.

parent cf66632d
...@@ -669,7 +669,7 @@ call p_verify_status_increment(1, 0, 1, 0); ...@@ -669,7 +669,7 @@ call p_verify_status_increment(1, 0, 1, 0);
insert t1 set a=3; insert t1 set a=3;
call p_verify_status_increment(2, 2, 2, 2); call p_verify_status_increment(2, 2, 2, 2);
savepoint a; savepoint a;
call p_verify_status_increment(1, 0, 0, 0); call p_verify_status_increment(1, 0, 1, 0);
insert t1 set a=4; insert t1 set a=4;
call p_verify_status_increment(2, 2, 2, 2); call p_verify_status_increment(2, 2, 2, 2);
release savepoint a; release savepoint a;
......
...@@ -766,7 +766,7 @@ call p_verify_status_increment(2, 2, 2, 2); ...@@ -766,7 +766,7 @@ call p_verify_status_increment(2, 2, 2, 2);
SUCCESS SUCCESS
savepoint a; savepoint a;
call p_verify_status_increment(1, 0, 0, 0); call p_verify_status_increment(1, 0, 1, 0);
SUCCESS SUCCESS
insert t1 set a=4; insert t1 set a=4;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment