[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] logging mode set to non-mysql.

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:47:17 JST 2012


Tetsuro IKEDA	2010-03-17 15:03:31 +0900 (Wed, 17 Mar 2010)

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

  Log:
    logging mode set to non-mysql.

  Modified files:
    ha_groonga.cc

  Modified: ha_groonga.cc (+1 -1)
===================================================================
--- ha_groonga.cc    2010-03-17 11:47:05 +0900 (400c43a)
+++ ha_groonga.cc    2010-03-17 15:03:31 +0900 (798d3b3)
@@ -216,7 +216,7 @@ int mrn_plugin_init(void *p)
   hton->state = SHOW_OPTION_YES;
   hton->create = mrn_handler_create;
   hton->flags = 0;
-  return mrn_init(1);
+  return mrn_init(0);
 }
 
 int mrn_plugin_deinit(void *p)
-------------- next part --------------
HTML����������������������������...
Download 



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