mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
branches/zip
Add missing semicolon. Introduced in r2602 which was obviously not compiled with UNIV_DEBUG.
This commit is contained in:
parent
380bb0c77e
commit
b5d1e283af
1 changed files with 1 additions and 1 deletions
|
@ -1950,7 +1950,7 @@ dict_table_get_referenced_constraint(
|
||||||
{
|
{
|
||||||
dict_foreign_t* foreign;
|
dict_foreign_t* foreign;
|
||||||
|
|
||||||
ut_ad(index != NULL)
|
ut_ad(index != NULL);
|
||||||
ut_ad(table != NULL);
|
ut_ad(table != NULL);
|
||||||
|
|
||||||
for (foreign = UT_LIST_GET_FIRST(table->referenced_list);
|
for (foreign = UT_LIST_GET_FIRST(table->referenced_list);
|
||||||
|
|
Loading…
Add table
Reference in a new issue