• marko's avatar
    Merge a change from MySQL AB: · 16566e23
    marko authored
    ChangeSet@1.2528.115.30  2007-08-28 10:17:15-06:00  tsmith@hindu.god
    
    Fix another compiler warning on Windows in InnoDB.
    
    ha_innodb.cc:
    
    Fix compiler warning: ::get_auto_increment takes a ulonglong
    for nb_desired_values, but InnoDB's trx struct stores it as
    a ulint (unsigned long).  Probably harmless, as a single
    statement won't be asking for more than 2^32 rows.
    16566e23
ha_innodb.cc 232 KB