From 6f31dd093a245a21a69fd990f947611a5dcfb77b Mon Sep 17 00:00:00 2001 From: Monty Date: Sun, 21 Aug 2016 20:18:39 +0300 Subject: Added new status variables to make it easier to debug certain problems: - Handler_read_retry - Update_scan - Delete_scan --- sql/handler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/handler.h') diff --git a/sql/handler.h b/sql/handler.h index e2176f04933..772f2e68dab 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -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. -- cgit v1.2.1