We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da072c commit a60a43cCopy full SHA for a60a43c
sql/ha_federated.h
@@ -117,7 +117,7 @@ class ha_federated: public handler
117
ulonglong table_flags() const
118
{
119
/* 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
+ return (HA_PRIMARY_KEY_IN_READ_INDEX | HA_FILE_BASED
121
| HA_REC_NOT_IN_SEQ | HA_AUTO_PART_KEY | HA_CAN_INDEX_BLOBS |
122
HA_NO_PREFIX_CHAR_KEYS | HA_PRIMARY_KEY_REQUIRED_FOR_DELETE |
123
HA_PARTIAL_COLUMN_READ | HA_NULL_IN_KEY);
0 commit comments