mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
cleanup: use MYF() for mysys flags
This commit is contained in:
parent
a260b15554
commit
682da0aa75
71 changed files with 136 additions and 137 deletions
|
|
@ -240,7 +240,7 @@ FT_INFO *maria_ft_init_nlq_search(MARIA_HA *info, uint keynr, uchar *query,
|
|||
bzero(&wtree,sizeof(wtree));
|
||||
|
||||
init_tree(&aio.dtree,0,0,sizeof(FT_SUPERDOC),(qsort_cmp2)&FT_SUPERDOC_cmp,
|
||||
NULL, NULL, 0);
|
||||
NULL, NULL, MYF(0));
|
||||
|
||||
maria_ft_parse_init(&wtree, aio.charset);
|
||||
ftparser_param->flags= 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue