Commit 489abd22 authored by inaam's avatar inaam

branches/zip

Add missing semicolon. Introduced in r2602 which was obviously not
compiled with UNIV_DEBUG.
parent 4a4f1ef3
...@@ -1950,7 +1950,7 @@ dict_table_get_referenced_constraint( ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment