mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Added some more options to TC timers, such as:
1) explicit start/stop timer (instead of perodical reports) 2) scan & range scan reporting
This commit is contained in:
@ -95,6 +95,9 @@ public:
|
||||
TcDumpAllApiConnectRec = 2506,
|
||||
TcSetTransactionTimeout = 2507,
|
||||
TcSetApplTransactionTimeout = 2508,
|
||||
StartTcTimer = 2509,
|
||||
StopTcTimer = 2510,
|
||||
StartPeriodicTcTimer = 2511,
|
||||
CmvmiDumpConnections = 2600,
|
||||
CmvmiDumpLongSignalMemory = 2601,
|
||||
CmvmiSetRestartOnErrorInsert = 2602,
|
||||
|
Reference in New Issue
Block a user