summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-11-14 00:26:40 +0200
committerbell@sanja.is.com.ua <>2002-11-14 00:26:40 +0200
commitb724f02cd497659fd03311c2572ac37a011549ab (patch)
tree0cff6f15455fc133d757f6e2fc539e63b0e67b2f /sql/sql_select.h
parentf628df0768911d30c7a2342e9ac2d2f0c047c1c7 (diff)
parent41d9311621914c61382b1733c714a423f618ba8e (diff)
downloadmariadb-git-b724f02cd497659fd03311c2572ac37a011549ab.tar.gz
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index c5b5357be50..3b89c1ce0d3 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -244,7 +244,8 @@ class JOIN :public Sql_alloc
int global_optimize();
int reinit();
void exec();
- int cleanup(THD *thd);
+ int cleanup(THD *thd);
+ bool check_loop(uint id);
};