Navigation Menu

Skip to content

Commit

Permalink
Call missing handler::ft_end()
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 24, 2012
1 parent 9f6225a commit 7e18698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ha_mroonga.cpp
Expand Up @@ -6478,12 +6478,14 @@ int ha_mroonga::ft_init()
void ha_mroonga::wrapper_ft_end()
{
MRN_DBUG_ENTER_METHOD();
handler::ft_end();
DBUG_VOID_RETURN;
}

void ha_mroonga::storage_ft_end()
{
MRN_DBUG_ENTER_METHOD();
handler::ft_end();
DBUG_VOID_RETURN;
}

Expand Down

0 comments on commit 7e18698

Please sign in to comment.