mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +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
|
|
@ -766,7 +766,7 @@ call p_verify_status_increment(2, 2, 2, 2);
|
|||
SUCCESS
|
||||
|
||||
savepoint a;
|
||||
call p_verify_status_increment(1, 0, 0, 0);
|
||||
call p_verify_status_increment(1, 0, 1, 0);
|
||||
SUCCESS
|
||||
|
||||
insert t1 set a=4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue