mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Query cache.
Remove some warnings
This commit is contained in:
@@ -38,8 +38,9 @@ typedef struct st_ft_docstat {
|
||||
static int FT_WORD_cmp(void* cmp_arg, FT_WORD *w1, FT_WORD *w2)
|
||||
{
|
||||
return _mi_compare_text(default_charset_info,
|
||||
(uchar*) w1->pos,w1->len,
|
||||
(uchar*) w2->pos, w2->len,(my_bool)cmp_arg);
|
||||
(uchar*) w1->pos, w1->len,
|
||||
(uchar*) w2->pos, w2->len,
|
||||
(my_bool) (cmp_arg != 0));
|
||||
}
|
||||
|
||||
static int walk_and_copy(FT_WORD *word,uint32 count,FT_DOCSTAT *docstat)
|
||||
|
Reference in New Issue
Block a user