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