1694
1700
/* It is an error not to find a matching column. */
1695
1701
fputs("InnoDB: Error: no matching column for ", stderr);
1696
1702
ut_print_name(stderr, NULL, FALSE, field->name);
1698
1704
dict_index_name_print(stderr, NULL, index);
1706
1715
#endif /* !UNIV_HOTBACKUP */