Navigation Menu

Skip to content

Commit

Permalink
function -> method.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 10, 2012
1 parent c611ea8 commit ddb2abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -6878,7 +6878,7 @@ int ha_mroonga::generic_geo_open_cursor(const uchar *key,

bool ha_mroonga::is_enable_optimization()
{
MRN_DBUG_ENTER_FUNCTION();
MRN_DBUG_ENTER_METHOD();
bool enable_optimization_p = THDVAR(ha_thd(), enable_optimization);
DBUG_RETURN(enable_optimization_p);
}
Expand Down

0 comments on commit ddb2abd

Please sign in to comment.