diff options
author | bell@sanja.is.com.ua <> | 2002-11-14 00:26:40 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-11-14 00:26:40 +0200 |
commit | b724f02cd497659fd03311c2572ac37a011549ab (patch) | |
tree | 0cff6f15455fc133d757f6e2fc539e63b0e67b2f /sql/sql_select.h | |
parent | f628df0768911d30c7a2342e9ac2d2f0c047c1c7 (diff) | |
parent | 41d9311621914c61382b1733c714a423f618ba8e (diff) | |
download | mariadb-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.h | 3 |
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); }; |