branches/zip

Add missing semicolon. Introduced in r2602 which was obviously not
compiled with UNIV_DEBUG.
This commit is contained in:
inaam 2008-09-13 11:44:14 +00:00
parent 380bb0c77e
commit b5d1e283af

View file

@ -1950,7 +1950,7 @@ dict_table_get_referenced_constraint(
{
dict_foreign_t* foreign;
ut_ad(index != NULL)
ut_ad(index != NULL);
ut_ad(table != NULL);
for (foreign = UT_LIST_GET_FIRST(table->referenced_list);