summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-02-10 02:18:22 +0200
committerbell@sanja.is.com.ua <>2004-02-10 02:18:22 +0200
commit0aa7a4b4ea3ce43b403f51c0d651aedae700ece5 (patch)
tree21cf400810b87c400f5ed2f7d7390f4306d5af14 /sql/sql_select.h
parentff0a6e9686a9c11e8c760f5a789a84b4a777739f (diff)
downloadmariadb-git-0aa7a4b4ea3ce43b403f51c0d651aedae700ece5.tar.gz
after merge & valgrind test fixes (BUG#2120)
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index a463378006b..36526bee066 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -108,6 +108,8 @@ typedef struct st_join_table {
TABLE_REF ref;
JOIN_CACHE cache;
JOIN *join;
+
+ void cleanup();
} JOIN_TAB;