You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#21140111: Explain ... match against: Assertion failed: ret ...
The problem here is missing error check in Item_func_match::init_search()
after the handler call ft_init_ext_with_hints(), and missing error
propagation in the call stack.
The fix also includes a new inlined query block property function
has_ft_funcs() that is used to avoid an unnecessary and costly
function call to optimize full-text searches.
0 commit comments