fixed a warning in the fix for bug 28702

parent 6a039804
......@@ -15493,7 +15493,7 @@ TABLE_LIST::print_index_hint(THD *thd, String *str,
List_iterator_fast<String> li(indexes);
String *idx;
bool first= 1;
int find_length= strlen(primary_key_name);
size_t find_length= strlen(primary_key_name);
str->append (' ');
str->append (hint, hint_length);
......
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