• unknown's avatar
    dict0dict.c: · 08177508
    unknown authored
      Remove redundant code; parse both the database name and the table name in a FOREIGN KEY constraint with quotes in mind
    row0mysql.c, ha_innodb.cc, sql_table.cc:
      Return error message Cannot delete or update a parent row... if we try to drop a table which is referenced by a FOREIGN KEY constraint, and the user has not set foreign_key_checks=0
    
    
    sql/sql_table.cc:
      Return error message Cannot delete or update a parent row... if we try to drop a table which is referenced by a FOREIGN KEY constraint, and the user has not set foreign_key_checks=0
    sql/ha_innodb.cc:
      Return error message Cannot delete or update a parent row... if we try to drop a table which is referenced by a FOREIGN KEY constraint, and the user has not set foreign_key_checks=0
    innobase/row/row0mysql.c:
      Return error message Cannot delete or update a parent row... if we try to drop a table which is referenced by a FOREIGN KEY constraint, and the user has not set foreign_key_checks=0
    innobase/dict/dict0dict.c:
      Remove redundant code; parse both the database name and the table name in a FOREIGN KEY constraint with quotes in mind
    08177508
sql_table.cc 63.7 KB