mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 22:25:32 +02:00
Added new status variables to make it easier to debug certain problems:
- Handler_read_retry - Update_scan - Delete_scan
This commit is contained in:
parent
8d5a0d650b
commit
6f31dd093a
48 changed files with 329 additions and 99 deletions
|
|
@ -3090,6 +3090,7 @@ public:
|
|||
If this method returns nonzero, it will also signal the storage
|
||||
engine that the next read will be a locking re-read of the row.
|
||||
*/
|
||||
bool ha_was_semi_consistent_read();
|
||||
virtual bool was_semi_consistent_read() { return 0; }
|
||||
/**
|
||||
Tell the engine whether it should avoid unnecessary lock waits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue