null+****@clear*****
null+****@clear*****
2012年 2月 28日 (火) 18:05:22 JST
Kouhei Sutou 2012-02-28 18:05:22 +0900 (Tue, 28 Feb 2012)
New Revision: c2a476528c14906e679c0765892dcfd79fa8696c
Log:
Revert "support bit for innodb. refs #1195"
This reverts commit ef56e74b8d0fb070c9aa3f67499bf2d9d06ef7cf.
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc 2012-02-28 18:04:54 +0900 (ceb1eee)
+++ ha_mroonga.cc 2012-02-28 18:05:22 +0900 (49b90a2)
@@ -1776,7 +1776,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;