[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] partition disabled. refs #1391

Back to archive index

Kentoku null+****@clear*****
Thu Oct 4 10:43:47 JST 2012


Kentoku	2012-06-07 01:05:37 +0900 (Thu, 07 Jun 2012)

  New Revision: ceae41ea90353e21f3dfc1c6d7f512aeae6c8a88
  https://github.com/mroonga/mroonga/commit/ceae41ea90353e21f3dfc1c6d7f512aeae6c8a88

  Log:
    partition disabled. refs #1391

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2012-06-07 00:20:07 +0900 (ba38abf)
+++ ha_mroonga.cpp    2012-06-07 01:05:37 +0900 (87fd373)
@@ -1290,7 +1290,7 @@ static int mrn_init(void *p)
   hton = (handlerton *)p;
   hton->state = SHOW_OPTION_YES;
   hton->create = mrn_handler_create;
-  hton->flags = 0;
+  hton->flags = HTON_NO_PARTITION;
   hton->drop_database = mrn_drop_database;
   hton->close_connection = mrn_close_connection;
   hton->flush_logs = mrn_flush_logs;
-------------- next part --------------
HTML����������������������������...
Download 



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