• istruewing@chilla.local's avatar
    Bug#26827 - table->read_set is set incorrectly, · 5ac6264d
    istruewing@chilla.local authored
                causing update of a different column
    
    Post-pushbuild fix.
    
    bitmap_set_bit() is an inline function in DEBUG builds and
    a macro in non-DEBUG builds. The latter evaluates its 'bit'
    argument twice. So one must not use increment/decrement operators
    on this argument.
    
    Moved increment of pointer out of bitmap_set_bit() call.
    5ac6264d
sql_partition.cc 237 KB