diff options
Diffstat (limited to 'sql/sql_profile.h')
-rw-r--r-- | sql/sql_profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_profile.h b/sql/sql_profile.h index 38682f3ddec..c96828fc678 100644 --- a/sql/sql_profile.h +++ b/sql/sql_profile.h @@ -287,7 +287,7 @@ public: @param initial_state (optional) name of period before first state change */ - void start_new_query(const char *initial_state= "starting") + void start_new_query(const char *initial_state= "Starting") { DBUG_ASSERT(!current); if (unlikely(enabled)) |