• Timothy Smith's avatar
    Applying InnoDB snashot 5.1-ss4350, part 2. Fixes · a33a51e2
    Timothy Smith authored
    Bug #42400  	InnoDB autoinc code can't handle floating-point columns
    
    Detailed revision comments:
    
    r4065 | sunny | 2009-01-29 16:01:36 +0200 (Thu, 29 Jan 2009) | 8 lines
    branches/5.1: In the last round of AUTOINC cleanup we assumed that AUTOINC
    is only defined for integer columns. This caused an assertion failure when
    we checked for the maximum value of a column type. We now calculate the
    max value for floating-point autoinc columns too.
    
    Fix Bug#42400 - InnoDB autoinc code can't handle floating-point columns
    rb://84 and Mantis issue://162
    
    r4111 | sunny | 2009-02-03 22:06:52 +0200 (Tue, 03 Feb 2009) | 2 lines
    branches/5.1: Add the ULL suffix otherwise there is an overflow.
    a33a51e2
innodb-autoinc.result 14.6 KB