• Mithun C Y's avatar
    Bug #20007383: HANDLE_FATAL_SIGNAL (SIG=11) IN UPDATE_REF_AND_KEYS. · f92dd6ae
    Mithun C Y authored
    Issue:
    ======
    The fulltext predicate is inside a subquery and involves
    an outer reference; it thus cannot be used for FT index look-up,
    but MySQL does not see it, which causes a illegal access.
    
    Solution:
    =========
    Solution is backported from bug#21140088. Outer reference can
    not be used as argument of the MATCH function. Added check for
    outer reference.
    f92dd6ae
item_func.cc 169 KB