• marko's avatar
    ha_innobase::start_stmt(): Remove the check for · 5c1a1189
    marko authored
    prebuilt->stored_select_lock_type being LOCK_X or LOCK_S.
    This would cause false alarms with INSERT ... SELECT, which would use
    LOCK_NONE in innodb_locks_unsafe_for_binlog mode.  (Bug #10746)
    5c1a1189
ha_innodb.cc 213 KB