Navigation Menu

Skip to content

Commit

Permalink
Use "Groonga" form
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 28, 2014
1 parent 115cf7a commit 7e3f9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_mroonga.cpp
Expand Up @@ -1018,7 +1018,7 @@ static ST_FIELD_INFO i_s_mrn_stats_fields_info[] =
MYSQL_TYPE_LONG,
0,
0,
"Rows written to groonga",
"Rows written to Groonga",
SKIP_OPEN_TABLE
},
{
Expand All @@ -1027,7 +1027,7 @@ static ST_FIELD_INFO i_s_mrn_stats_fields_info[] =
MYSQL_TYPE_LONG,
0,
0,
"Rows read from groonga",
"Rows read from Groonga",
SKIP_OPEN_TABLE
}
};
Expand Down

0 comments on commit 7e3f9b9

Please sign in to comment.