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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:38:27 JST 2012


Kouhei Sutou	2012-02-28 18:05:22 +0900 (Tue, 28 Feb 2012)

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



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