null+****@clear*****
null+****@clear*****
2012年 2月 27日 (月) 03:34:03 JST
Kentoku 2012-02-27 03:34:03 +0900 (Mon, 27 Feb 2012)
New Revision: ef56e74b8d0fb070c9aa3f67499bf2d9d06ef7cf
Log:
support bit for innodb. refs #1195
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc 2012-02-24 19:21:30 +0900 (1ef751a)
+++ ha_mroonga.cc 2012-02-27 03:34:03 +0900 (ddf3c4e)
@@ -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;