71
73
static void store_key_options(String *packet, Table *table, KEY *key_info);
75
76
int wild_case_compare(const CHARSET_INFO * const cs, const char *str, const char *wildstr)
84
85
if (my_toupper(cs, *wildstr++) != my_toupper(cs, *str++))
92
93
return (1); /* One char; skip */