summaryrefslogtreecommitdiff
path: root/sql/item_row.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_row.h')
-rw-r--r--sql/item_row.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/item_row.h b/sql/item_row.h
index 0f2d62424e4..9b8620836b2 100644
--- a/sql/item_row.h
+++ b/sql/item_row.h
@@ -35,8 +35,7 @@
*/
class Item_row: public Item_fixed_hybrid,
private Item_args,
- private Used_tables_and_const_cache,
- private With_subquery_cache
+ private Used_tables_and_const_cache
{
table_map not_null_tables_cache;
/**
@@ -55,7 +54,6 @@ public:
not_null_tables_cache(0), with_null(0)
{ }
- bool with_subquery() const { DBUG_ASSERT(fixed); return m_with_subquery; }
enum Type type() const { return ROW_ITEM; };
const Type_handler *type_handler() const { return &type_handler_row; }
Field *create_tmp_field_ex(MEM_ROOT *root, TABLE *table, Tmp_field_src *src,