Navigation Menu

Skip to content

Commit

Permalink
logging mode set to non-mysql.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Mar 17, 2010
1 parent 7a17298 commit c28f340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_groonga.cc
Expand Up @@ -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)
Expand Down

0 comments on commit c28f340

Please sign in to comment.