• unknown's avatar
    sql_delete.cc: · e639c5fe
    unknown authored
      Fix bug: if a DELETE failed in a FOREIGN KEY error and it had already deleted some rows, then MySQL did not roll back the failed SQL statement, and also wrote it to the binlog
    
    
    sql/sql_delete.cc:
      Fix bug: if a DELETE failed in a FOREIGN KEY error and it had already deleted some rows, then MySQL did not roll back the failed SQL statement, and also wrote it to the binlog
    e639c5fe
sql_delete.cc 16.4 KB