1
0
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:
unknown
2004-08-31 22:12:08 +02:00
parent db210b0919
commit 540c90e407
3 changed files with 93 additions and 54 deletions

View File

@ -95,6 +95,9 @@ public:
TcDumpAllApiConnectRec = 2506,
TcSetTransactionTimeout = 2507,
TcSetApplTransactionTimeout = 2508,
StartTcTimer = 2509,
StopTcTimer = 2510,
StartPeriodicTcTimer = 2511,
CmvmiDumpConnections = 2600,
CmvmiDumpLongSignalMemory = 2601,
CmvmiSetRestartOnErrorInsert = 2602,