mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Post 5.0engines to 5.1 engines merge fix that didn't make it into that push.
This commit is contained in:
parent
9da072cb5b
commit
a60a43c207
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public:
|
||||||
ulonglong table_flags() const
|
ulonglong table_flags() const
|
||||||
{
|
{
|
||||||
/* fix server to be able to get remote server table flags */
|
/* 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_REC_NOT_IN_SEQ | HA_AUTO_PART_KEY | HA_CAN_INDEX_BLOBS |
|
||||||
HA_NO_PREFIX_CHAR_KEYS | HA_PRIMARY_KEY_REQUIRED_FOR_DELETE |
|
HA_NO_PREFIX_CHAR_KEYS | HA_PRIMARY_KEY_REQUIRED_FOR_DELETE |
|
||||||
HA_PARTIAL_COLUMN_READ | HA_NULL_IN_KEY);
|
HA_PARTIAL_COLUMN_READ | HA_NULL_IN_KEY);
|
||||||
|
|
Loading…
Reference in a new issue