Skip to content

Commit a60a43c

Browse files
author
patg@govinda.patg.net
committed
Post 5.0engines to 5.1 engines merge fix that didn't make it into that push.
1 parent 9da072c commit a60a43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/ha_federated.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class ha_federated: public handler
117117
ulonglong table_flags() const
118118
{
119119
/* fix server to be able to get remote server table flags */
120-
return (HA_NOT_EXACT_COUNT | HA_PRIMARY_KEY_IN_READ_INDEX | HA_FILE_BASED
120+
return (HA_PRIMARY_KEY_IN_READ_INDEX | HA_FILE_BASED
121121
| HA_REC_NOT_IN_SEQ | HA_AUTO_PART_KEY | HA_CAN_INDEX_BLOBS |
122122
HA_NO_PREFIX_CHAR_KEYS | HA_PRIMARY_KEY_REQUIRED_FOR_DELETE |
123123
HA_PARTIAL_COLUMN_READ | HA_NULL_IN_KEY);

0 commit comments

Comments
 (0)