Navigation Menu

Skip to content

Commit

Permalink
storage optimization: remove needless count(*) optimization flag reset
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 7, 2012
1 parent 0a61e4b commit 787041e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ha_mroonga.cc
Expand Up @@ -3885,7 +3885,6 @@ int ha_mroonga::storage_rnd_init(bool scan)
int ha_mroonga::rnd_init(bool scan)
{
MRN_DBUG_ENTER_METHOD();
count_skip = FALSE;
int error = 0;
if (share->wrapper_mode)
{
Expand Down

0 comments on commit 787041e

Please sign in to comment.