summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r--sql/sql_parse.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index 449d57c2b2d..370fa4a19c5 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -2707,7 +2707,7 @@ mysql_execute_command(THD *thd)
if (res)
goto error;
#else
- my_error(ER_FEATURE_DISABLED, MYF(0), "query profiling", "enable-profiling");
+ my_error(ER_FEATURE_DISABLED, MYF(0), "SHOW PROFILES", "enable-profiling");
goto error;
#endif
break;
@@ -2724,7 +2724,7 @@ mysql_execute_command(THD *thd)
if (res)
goto error;
#else
- my_error(ER_FEATURE_DISABLED, MYF(0), "query profiling", "enable-profiling");
+ my_error(ER_FEATURE_DISABLED, MYF(0), "SHOW PROFILE", "enable-profiling");
goto error;
#endif
break;