• unknown's avatar
    Bug #30648: Partition handler may not initialize variable used w/ autoincrement · 41c849dd
    unknown authored
    A local variable may be used uninitialized in 
    ha_partition::get_auto_increment().  Initialize it properly.
    
    
    sql/ha_partition.cc:
      Initialize first_value_part in ha_partition::get_auto_increment() with *first_value before
      it's used in the underlying table handler.  Thanks to Antony for digging up this fix.
    41c849dd
ha_partition.cc 163 KB