Navigation Menu

Skip to content

Commit

Permalink
storage optimization: fix count(*) optimization is uneffected...
Browse files Browse the repository at this point in the history
[groonga-dev,00717]

Reported by Takayuki Honda. Thanks!!!
  • Loading branch information
kou committed Mar 7, 2012
1 parent a5393e7 commit 0a61e4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ha_mroonga.cc
Expand Up @@ -5682,7 +5682,6 @@ int ha_mroonga::index_init(uint idx, bool sorted)
MRN_DBUG_ENTER_METHOD();
DBUG_PRINT("info", ("mroonga: idx=%u", idx));
active_index = idx;
count_skip = FALSE;
int error = 0;
if (share->wrapper_mode)
{
Expand Down

0 comments on commit 0a61e4b

Please sign in to comment.