• Thirunarayanan Balathandayuthapani's avatar
    MDEV-14808 innodb_fts.sync fails in buildbot with wrong result · e61b9907
    Thirunarayanan Balathandayuthapani authored
    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.
    e61b9907
sync.test 4.43 KB