mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@ -3233,6 +3233,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.
|
||||
|
Reference in New Issue
Block a user