diff options
author | unknown <bell@sanja.is.com.ua> | 2003-01-30 14:35:07 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2003-01-30 14:35:07 +0200 |
commit | 606e8cb303d5fb538b7797548f6758e139e24f54 (patch) | |
tree | 5b530ee7187eee79fb4cff2beb75c3246b0a89cd /sql/sql_select.h | |
parent | 3e679de27af063b172589a68f4bcbb84158361a5 (diff) | |
download | mariadb-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.h | 1 |
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() |