Commit a60a43c2 authored by patg@govinda.patg.net's avatar patg@govinda.patg.net

Post 5.0engines to 5.1 engines merge fix that didn't make it into that push.

parent 9da072cb
......@@ -117,7 +117,7 @@ class ha_federated: public handler
ulonglong table_flags() const
{
/* fix server to be able to get remote server table flags */
return (HA_NOT_EXACT_COUNT | HA_PRIMARY_KEY_IN_READ_INDEX | HA_FILE_BASED
return (HA_PRIMARY_KEY_IN_READ_INDEX | HA_FILE_BASED
| HA_REC_NOT_IN_SEQ | HA_AUTO_PART_KEY | HA_CAN_INDEX_BLOBS |
HA_NO_PREFIX_CHAR_KEYS | HA_PRIMARY_KEY_REQUIRED_FOR_DELETE |
HA_PARTIAL_COLUMN_READ | HA_NULL_IN_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