• unknown's avatar
    Fix another compiler warning on Windows in InnoDB. · d97a0fc6
    unknown authored
    
    storage/innobase/handler/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.
    d97a0fc6
ha_innodb.cc 231 KB