• 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
partition_auto_increment_ndb.result 17.1 KB