summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-08-12 22:08:25 +0200
committerSergei Golubchik <sergii@pisem.net>2013-08-12 22:08:25 +0200
commita6617eb341c9598f1247e8ddc5c66b7bec55129d (patch)
treec7534e82575947112e1f7ee979edc897ff328ba8 /sql/handler.h
parenta91a23858de4b346ef6f419b05cd8d87ede51f78 (diff)
downloadmariadb-git-a6617eb341c9598f1247e8ddc5c66b7bec55129d.tar.gz
MDEV-4786 merge 10.0-monty -> 10.0
remove unused HA_READ_OUT_OF_SYNC
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 1adfcaad7e2..c0ff5402e6c 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -248,14 +248,6 @@ enum enum_alter_inplace_result {
#define HA_CAN_FULLTEXT_EXT (1LL << 44)
/*
- Storage engine doesn't synchronize result set with expected table contents.
- Used by replication slave to check if it is possible to retrieve rows from
- the table when deciding whether to do a full table scan, index scan or hash
- scan while applying a row event.
- */
-#define HA_READ_OUT_OF_SYNC (1LL << 45)
-
-/*
Set of all binlog flags. Currently only contain the capabilities
flags.
*/