mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Portability fixes
This commit is contained in:
@ -153,7 +153,9 @@ int do_boolean(ALL_IN_ONE *aio, uint nested __attribute__((unused)),
|
||||
|
||||
if (selem->count==1) /* document's first match */
|
||||
{
|
||||
sptr->yes=sptr->no=sptr->doc.weight=0;
|
||||
sptr->yes=0;
|
||||
sptr->no=0;
|
||||
sptr->doc.weight=0;
|
||||
sptr->aio=aio;
|
||||
sptr->wno=0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user