mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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);
|
||||
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);
|
||||
|
Reference in New Issue
Block a user