Commit 19c0e324 authored by Sergei Golubchik's avatar Sergei Golubchik

typo in FederatedX. HA_READ_AFTER_KEY is not a valid index flag.

parent a53d794f
......@@ -347,7 +347,7 @@ public:
/* fix server to be able to get remote server index flags */
ulong index_flags(uint inx, uint part, bool all_parts) const
{
return (HA_READ_NEXT | HA_READ_RANGE | HA_READ_AFTER_KEY);
return (HA_READ_NEXT | HA_READ_RANGE);
}
uint max_supported_record_length() const { return HA_MAX_REC_LENGTH; }
uint max_supported_keys() const { return MAX_KEY; }
......
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