Does anyone know, what exactly is the Handler_commit item in SHOW SESSION STATUS and in which occasions is incremented?
I haven't found any details in mysql manual, it is mentioned very briefly:
For example, this statment increments the counter (innodb table):
SELECT COUNT(*) FROM `MyTable`;
Thank you, Vojtech
I haven't found any details in mysql manual, it is mentioned very briefly:
| Quote: |
The number of internal COMMIT statements. |
For example, this statment increments the counter (innodb table):
SELECT COUNT(*) FROM `MyTable`;
Thank you, Vojtech
Comment