mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
fixed a warning in the fix for bug 28702
This commit is contained in:
@@ -15493,7 +15493,7 @@ TABLE_LIST::print_index_hint(THD *thd, String *str,
|
|||||||
List_iterator_fast<String> li(indexes);
|
List_iterator_fast<String> li(indexes);
|
||||||
String *idx;
|
String *idx;
|
||||||
bool first= 1;
|
bool first= 1;
|
||||||
int find_length= strlen(primary_key_name);
|
size_t find_length= strlen(primary_key_name);
|
||||||
|
|
||||||
str->append (' ');
|
str->append (' ');
|
||||||
str->append (hint, hint_length);
|
str->append (hint, hint_length);
|
||||||
|
Reference in New Issue
Block a user