summaryrefslogtreecommitdiff
path: root/sql/item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item.cc')
-rw-r--r--sql/item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.cc b/sql/item.cc
index c8a9164fd92..3a4d6c61fe7 100644
--- a/sql/item.cc
+++ b/sql/item.cc
@@ -7466,7 +7466,7 @@ void Item_cache_wrapper::print(String *str, enum_query_type query_type)
return;
}
- str->append(func_name());
+ str->append("<expr_cache>");
if (expr_cache)
{
init_on_demand();