mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 00:35:32 +02:00
Post-fix for BUG#43929.
This commit is contained in:
parent
33d22bb8eb
commit
18bd3cd5f3
2 changed files with 2 additions and 2 deletions
|
|
@ -669,7 +669,7 @@ call p_verify_status_increment(1, 0, 1, 0);
|
|||
insert t1 set a=3;
|
||||
call p_verify_status_increment(2, 2, 2, 2);
|
||||
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;
|
||||
call p_verify_status_increment(2, 2, 2, 2);
|
||||
release savepoint a;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue