1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

fixed deleting derived table tree after using (BUG#1536)

This commit is contained in:
bell@sanja.is.com.ua
2003-10-17 15:18:57 +03:00
parent e8216b44a8
commit 2586a56be5
5 changed files with 54 additions and 4 deletions

View File

@@ -220,7 +220,7 @@ int mysql_derived(THD *thd, LEX *lex, SELECT_LEX_UNIT *unit,
}
}
else
unit->exclude_level();
unit->exclude_tree();
org_table_list->db= (char *)"";
#ifndef DBUG_OFF
/* Try to catch errors if this is accessed */