Navigation Menu

Skip to content

Commit

Permalink
Fix multi range read disk sweep. refs #1959
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaru777 committed Nov 13, 2013
1 parent f8dd232 commit 5702798
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ha_mroonga.cpp
Expand Up @@ -3809,7 +3809,9 @@ int ha_mroonga::wrapper_open(const char *name, int mode, uint test_if_locked)
DBUG_RETURN(HA_ERR_OUT_OF_MEM);
}
wrap_handler->init();
#if MYSQL_VERSION_ID >= 50600
wrap_handler->set_ha_share_ref(&table->s->ha_share);
#endif
error = wrap_handler->ha_open(table, name, mode, test_if_locked);
} else {
#ifdef MRN_HANDLER_CLONE_NEED_NAME
Expand Down

0 comments on commit 5702798

Please sign in to comment.