From 5ed5dac01bebba79822714bffe4fb8b3c538bd90 Mon Sep 17 00:00:00 2001 From: "bell@sanja.is.com.ua" <> Date: Thu, 30 Jan 2003 14:35:07 +0200 Subject: cyclic reference test removed, becouse testing of Item::fixed field apply more strict limitation --- sql/item_row.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/item_row.h') 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; } -- cgit v1.2.1