summaryrefslogtreecommitdiff
path: root/sql/sql_profile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_profile.cc')
-rw-r--r--sql/sql_profile.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_profile.cc b/sql/sql_profile.cc
index b17bb6daa0d..5fd83ce70c6 100644
--- a/sql/sql_profile.cc
+++ b/sql/sql_profile.cc
@@ -158,7 +158,7 @@ void PROFILE_ENTRY::collect()
QUERY_PROFILE::QUERY_PROFILE(PROFILING *profiling_arg, char *query_source_arg,
uint query_length_arg)
- :profiling(profiling_arg), server_query_id(-1), profiling_query_id(-1),
+ :profiling(profiling_arg), server_query_id(0), profiling_query_id(0),
query_source(NULL)
{
profile_end= &profile_start;
@@ -445,7 +445,7 @@ bool QUERY_PROFILE::show(uint options)
}
PROFILING::PROFILING()
- :profile_id_counter(0), keeping(1), current(NULL), last(NULL)
+ :profile_id_counter(1), keeping(1), current(NULL), last(NULL)
{
}