Commit a6617eb3 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-4786 merge 10.0-monty -> 10.0

remove unused HA_READ_OUT_OF_SYNC
parent a91a2385
......@@ -247,14 +247,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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment