From 1cfaafafee1d3e25470508c0479210c615fa3f18 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Thu, 5 Oct 2017 13:41:16 +0400 Subject: MDEV-13242 Wrong results for queries with row constructors and information_schema --- sql/item.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/item.h') diff --git a/sql/item.h b/sql/item.h index c338b14e340..0ca2eaae97c 100644 --- a/sql/item.h +++ b/sql/item.h @@ -4131,6 +4131,8 @@ public: bool fix_fields(THD *thd, Item **it); void cleanup(); + Item *get_orig_item() const { return orig_item; } + /* Methods of getting value which should be cached in the cache */ void save_val(Field *to); double val_real(); -- cgit v1.2.1