mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Better fix for bug #3749 (bug in deleting automatic generated foreign keys)
mysql-test/r/func_encrypt.result: Update tests (left after sanjas last push) mysql-test/r/innodb.result: Added test for bug #3749 (bug in deleting automatic generated foreign keys) mysql-test/t/innodb.test: Added test for bug #3749 (bug in deleting automatic generated foreign keys) sql/sql_class.cc: Updated comment tests/client_test.c: Added missing mysql_stmt_close()
This commit is contained in:
@@ -86,7 +86,7 @@ bool key_part_spec::operator==(const key_part_spec& other) const
|
||||
|
||||
|
||||
/*
|
||||
Test if a foreign key is a prefix of the given key
|
||||
Test if a foreign key (= generated key) is a prefix of the given key
|
||||
(ignoring key name, key type and order of columns)
|
||||
|
||||
NOTES:
|
||||
|
||||
Reference in New Issue
Block a user