• Satya B's avatar
    Applying InnoDB snapshot 5.1-ss6242, part 7. Fixes BUG#49032 · 2bfc0136
    Satya B authored
    1. BUG#49032 - auto_increment field does not initialize to last value 
                   in InnoDB Storage Engine
    
    2. Fix whitespace issues and fix tests and make read float/double arg const
    
    Detailed revision comments:
    
    r6231 | sunny | 2009-11-25 10:26:27 +0200 (Wed, 25 Nov 2009) | 7 lines
    branches/5.1: Fix BUG#49032 - auto_increment field does not initialize to last value in InnoDB Storage Engine.
    
    We use the appropriate function to read the column value for non-integer
    autoinc column types, namely float and double.
    
    rb://208. Approved by Marko.
    
    r6232 | sunny | 2009-11-25 10:27:39 +0200 (Wed, 25 Nov 2009) | 2 lines
    branches/5.1: This is an interim fix, fix white space errors.
    
    r6233 | sunny | 2009-11-25 10:28:35 +0200 (Wed, 25 Nov 2009) | 2 lines
    branches/5.1: This is an interim fix, fix tests and make read float/double arg const.
    
    
    r6234 | sunny | 2009-11-25 10:29:03 +0200 (Wed, 25 Nov 2009) | 2 lines
    branches/5.1: This is an interim fix, fix whitepsace issues.
    2bfc0136
innodb-autoinc.result 29.3 KB