summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2016-08-21 20:18:39 +0300
committerMonty <monty@mariadb.org>2016-08-21 20:18:39 +0300
commit6f31dd093a245a21a69fd990f947611a5dcfb77b (patch)
treed9210599ff8956c39f9b1bc1e247f88c3151a990 /sql/handler.h
parent8d5a0d650b123e963d5fead2424783a9b52da395 (diff)
downloadmariadb-git-6f31dd093a245a21a69fd990f947611a5dcfb77b.tar.gz
Added new status variables to make it easier to debug certain problems:
- Handler_read_retry - Update_scan - Delete_scan
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h1
1 files changed, 1 insertions, 0 deletions
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.