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 | a0ddb72d52de3576fb0441e37e169f7cedd1fc1e (patch) | |
tree | 5b530ee7187eee79fb4cff2beb75c3246b0a89cd /sql/item_row.h | |
parent | 251320477c1beee475bf50fbeed7431ddfe9fab8 (diff) | |
download | mariadb-git-a0ddb72d52de3576fb0441e37e169f7cedd1fc1e.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/item_row.h')
-rw-r--r-- | sql/item_row.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_row.h b/sql/item_row.h index e28f18d24ff..4f674d8a561 100644 --- a/sql/item_row.h +++ b/sql/item_row.h @@ -68,7 +68,6 @@ public: bool const_item() const { return const_item_cache; }; enum Item_result result_type() const { return ROW_RESULT; } void update_used_tables(); - bool check_loop(uint id); void set_outer_resolving(); uint cols() { return arg_count; } |