Navigation Menu

Skip to content

Commit

Permalink
support bit for innodb. refs #1195
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentoku committed Feb 26, 2012
1 parent ff6533b commit ef56e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -1938,7 +1938,7 @@ ulonglong ha_mroonga::storage_table_flags() const
HA_CAN_FULLTEXT |
HA_CAN_INSERT_DELAYED |
HA_BINLOG_FLAGS |
HA_CAN_BIT_FIELD |
//HA_CAN_BIT_FIELD |
HA_DUPLICATE_POS |
HA_CAN_GEOMETRY |
HA_CAN_RTREEKEYS;
Expand Down

0 comments on commit ef56e74

Please sign in to comment.