Browse Source

branches/zip

Add missing semicolon. Introduced in r2602 which was obviously not
compiled with UNIV_DEBUG.
pull/374/head
inaam 18 years ago
parent
commit
489abd2245
  1. 2
      dict/dict0dict.c

2
dict/dict0dict.c

@ -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);

Loading…
Cancel
Save