diff options
author | Mithun C Y <mithun.c.y@oracle.com> | 2015-10-12 12:56:36 +0530 |
---|---|---|
committer | Mithun C Y <mithun.c.y@oracle.com> | 2015-10-12 12:56:36 +0530 |
commit | f92dd6ae6fb8922122049957b6ab7e07b6518bc2 (patch) | |
tree | 98754fee1fba2be5f5fd36c614d6d1fa43ec1df8 /BUILD | |
parent | ecfc7c26166687d4ffb0ae13f518f44f256b9d65 (diff) | |
download | mariadb-git-f92dd6ae6fb8922122049957b6ab7e07b6518bc2.tar.gz |
Bug #20007383: HANDLE_FATAL_SIGNAL (SIG=11) IN UPDATE_REF_AND_KEYS.
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.
Diffstat (limited to 'BUILD')
0 files changed, 0 insertions, 0 deletions