summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2003-01-30 14:35:07 +0200
committerunknown <bell@sanja.is.com.ua>2003-01-30 14:35:07 +0200
commit606e8cb303d5fb538b7797548f6758e139e24f54 (patch)
tree5b530ee7187eee79fb4cff2beb75c3246b0a89cd /sql/sql_select.h
parent3e679de27af063b172589a68f4bcbb84158361a5 (diff)
downloadmariadb-git-606e8cb303d5fb538b7797548f6758e139e24f54.tar.gz
cyclic reference test removed, becouse testing of Item::fixed field apply more strict limitation
mysql-test/r/subselect.result: test of cyclic reference false alarm mysql-test/t/subselect.test: test of cyclic reference false alarm
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 38e8a5d96f9..d999c4ffca3 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -261,7 +261,6 @@ class JOIN :public Sql_alloc
int reinit();
void exec();
int cleanup(THD *thd);
- bool check_loop(uint id);
void restore_tmp();
inline void init_items_ref_array()