mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
P_S 5.7.28
This commit is contained in:
@@ -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,
|
||||
@@ -105,6 +105,11 @@ extern enum_timer_name stage_timer;
|
||||
The timer used to measure all statement events.
|
||||
*/
|
||||
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.
|
||||
|
Reference in New Issue
Block a user