summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 9ad67524998..cbccaf884b0 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -1309,6 +1309,9 @@ public:
List <MYSQL_ERROR> warn_list;
uint warn_count[(uint) MYSQL_ERROR::WARN_LEVEL_END];
uint total_warn_count;
+
+ PROFILING profiling;
+
/*
Id of current query. Statement can be reused to execute several queries
query_id is global in context of the whole MySQL server.