[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] support bit for innodb. refs #1195

Back to archive index

Kentoku null+****@clear*****
Thu Oct 4 10:38:13 JST 2012


Kentoku	2012-02-27 03:34:03 +0900 (Mon, 27 Feb 2012)

  New Revision: ef56e74b8d0fb070c9aa3f67499bf2d9d06ef7cf
  https://github.com/mroonga/mroonga/commit/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;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index