summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-01-07 11:45:06 +0200
committermonty@mashka.mysql.fi <>2003-01-07 11:45:06 +0200
commit22aaac013b2d714e7a4329eab9a5cc880d792b6c (patch)
treeabb09346d74f5eb8cf867ea184e544bab1f41331 /sql/sql_select.h
parentedb019aeaf616442d93db2eab0df4b2b09003d14 (diff)
downloadmariadb-git-22aaac013b2d714e7a4329eab9a5cc880d792b6c.tar.gz
Fixed that derived tables are properly droped
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 1fbe2052831..e30bba830eb 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -374,3 +374,4 @@ public:
bool cp_buffer_from_ref(TABLE_REF *ref);
bool error_if_full_join(JOIN *join);
+void relink_tables(SELECT_LEX *select_lex);