• Mattias Jonsson's avatar
    Bug#40176: update as first partitioning statement · 5e353415
    Mattias Jonsson authored
    breaks auto increment
    
    The auto_increment value was not initialized if
    the first statement after opening a table was
    an 'UPDATE'.
    
    solution was to check initialize if it was not,
    before trying to increase it in update.
    5e353415
ha_partition.h 41.7 KB