[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] add pk bitmap for rnd search

Back to archive index

Kentoku null+****@clear*****
Thu Oct 4 10:25:39 JST 2012


Kentoku	2011-06-18 20:54:25 +0900 (Sat, 18 Jun 2011)

  New Revision: f79fb19b4a070b3822b7beec65095e15c90813dc
  https://github.com/mroonga/mroonga/commit/f79fb19b4a070b3822b7beec65095e15c90813dc

  Log:
    add pk bitmap for rnd search

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+2 -0)
===================================================================
--- ha_mroonga.cc    2011-06-18 20:51:28 +0900 (ad1635b)
+++ ha_mroonga.cc    2011-06-18 20:54:25 +0900 (fc961f4)
@@ -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);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index