1
0
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:
gkodinov/kgeorge@magare.gmz
2007-10-02 17:45:49 +03:00
parent 6a03980418
commit c6e974226e

View File

@ -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);