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