Navigation Menu

Skip to content

Commit

Permalink
add pk bitmap for rnd search
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentoku committed Jun 18, 2011
1 parent 4ed960f commit f79fb19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ha_mroonga.cc
Expand Up @@ -2364,6 +2364,8 @@ int ha_mroonga::wrapper_rnd_next(uchar *buf)
MRN_DBUG_ENTER_METHOD();
MRN_SET_WRAP_SHARE_KEY(share, table->s);
MRN_SET_WRAP_TABLE_KEY(this, table);
if (fulltext_searching)
set_pk_bitmap();
error = wrap_handler->rnd_next(buf);
MRN_SET_BASE_SHARE_KEY(share, table->s);
MRN_SET_BASE_TABLE_KEY(this, table);
Expand Down

0 comments on commit f79fb19

Please sign in to comment.