summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/item_strfunc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h
index 2d0a096b618..d96e361d05d 100644
--- a/sql/item_strfunc.h
+++ b/sql/item_strfunc.h
@@ -368,7 +368,7 @@ public:
{}
void cleanup()
{
- DBUG_ENTER("Item_func_regex::cleanup");
+ DBUG_ENTER("Item_func_regexp_replace::cleanup");
Item_str_func::cleanup();
re.cleanup();
DBUG_VOID_RETURN;
@@ -389,7 +389,7 @@ public:
{}
void cleanup()
{
- DBUG_ENTER("Item_func_regex::cleanup");
+ DBUG_ENTER("Item_func_regexp_substr::cleanup");
Item_str_func::cleanup();
re.cleanup();
DBUG_VOID_RETURN;