• sunny's avatar
    branches/5.1: Change the InnoDB autoinc type to ulint64. For this added a · b657301e
    sunny authored
    new typedef to univ.i (ib_ulonglong). Added checks for overflow and removed
    the assertion where it crashed previously, since the type has now changed
    to unsigned, it doesn't make sense to check for < 0. Added new tests, to
    check for overflow, for the different INT types supported for both
    signed and unsigned.
    
    Fixes Bug# 34335
    b657301e
innodb-autoinc.test 3.12 KB