[Groonga-mysql-commit] mroonga/mroonga [master] partition disabled. refs #1391

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 7日 (木) 01:05:37 JST


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

  New Revision: 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;




Groonga-mysql-commit メーリングリストの案内
Back to archive index