• Michael Widenius's avatar
    MDEV-14092 NEXTVAL fails on slave · 211f9eea
    Michael Widenius authored
    The problem was that the code in replication didn't distinguish between a
    setval() failing because the stored sequence number was bigger than the
    current (should have been ignored) and a failure from the storage engine.
    211f9eea
slave_nextval.result 2.26 KB