mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
backport Serg's fix of FT interface (BUG#6523)
This commit is contained in:
@ -3834,7 +3834,7 @@ JOIN::join_free(bool full)
|
||||
DBUG_ENTER("JOIN::join_free");
|
||||
|
||||
full= full || (!select_lex->uncacheable &&
|
||||
!thd->lex->describe);
|
||||
!thd->lex->describe); // do not cleanup too early on EXPLAIN
|
||||
|
||||
if (table)
|
||||
{
|
||||
|
Reference in New Issue
Block a user