summaryrefslogtreecommitdiff
path: root/storage/perfschema/pfs_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/pfs_timer.h')
-rw-r--r--storage/perfschema/pfs_timer.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/storage/perfschema/pfs_timer.h b/storage/perfschema/pfs_timer.h
index 222a7f00fae..f2bedc878e7 100644
--- a/storage/perfschema/pfs_timer.h
+++ b/storage/perfschema/pfs_timer.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2.0,
@@ -106,6 +106,11 @@ extern enum_timer_name stage_timer;
*/
extern enum_timer_name statement_timer;
/**
+ Transaction timer.
+ The timer used to measure all transaction events.
+*/
+extern enum_timer_name transaction_timer;
+/**
Timer information data.
Characteristics about each supported timer.
*/