Navigation Menu

Skip to content

Commit

Permalink
always add HA_REC_NOT_IN_SEQ.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentoku committed Jun 15, 2013
1 parent 443d587 commit 63d986d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -2591,7 +2591,7 @@ ulonglong ha_mroonga::wrapper_table_flags() const
MRN_SET_BASE_TABLE_KEY(this, table);
}
table_flags |= HA_CAN_FULLTEXT | HA_PRIMARY_KEY_REQUIRED_FOR_DELETE |
HA_CAN_RTREEKEYS;
HA_CAN_RTREEKEYS | HA_REC_NOT_IN_SEQ;
#ifdef HA_CAN_REPAIR
table_flags |= HA_CAN_REPAIR;
#endif
Expand Down

0 comments on commit 63d986d

Please sign in to comment.