Navigation Menu

Skip to content

Commit

Permalink
partition disabled. refs #1391
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentoku committed Jun 6, 2012
1 parent b31f366 commit ceae41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit ceae41e

Please sign in to comment.