mirror of
https://github.com/MariaDB/server.git
synced 2025-07-05 12:42:17 +03:00
dict_create_or_check_foreign_constraint_tables(): Change the warning about the foreign key metadata table creation to a note. Remove messages after metadata table creation. If the creation fails, startup will abort with a message. Normally the creation succeeds on bootstrap, and the messages would only be noise. Remove the related suppressions from the tests.
3 lines
40 B
Plaintext
3 lines
40 B
Plaintext
create table t1 (a int);
|
|
drop table t1;
|