1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Some changes suggested Serg, from message <20070223210659.GA24202@janus.mylan>

This commit is contained in:
cmiller@calliope.local.cmiller/calliope.local
2007-02-26 13:11:36 -05:00
parent b30fd9b414
commit c186793b6c
7 changed files with 45 additions and 62 deletions

View File

@@ -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;