mirror of https://github.com/MariaDB/server
Browse Source
AUTO_INCREMENT values are nondeterministic after crash recovery. While MDEV-6076 guarantees that the AUTO_INCREMENT values of committed transactions will not roll back, it is possible that the AUTO_INCREMENT values will be durably incremented for incomplete transactions. So changing the test case to avoid showing the result of AUTO_INCREMENT value.pull/1475/head
2 changed files with 11 additions and 9 deletions
Loading…
Reference in new issue