[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] storage optimization: remove needless count(*) optimization flag reset

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:48:39 JST 2012


Kouhei Sutou	2012-03-07 20:28:17 +0900 (Wed, 07 Mar 2012)

  New Revision: 787041ee015cdac4ed08c4717be7064fecc07d3f
  https://github.com/mroonga/mroonga/commit/787041ee015cdac4ed08c4717be7064fecc07d3f

  Log:
    storage optimization: remove needless count(*) optimization flag reset

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+0 -1)
===================================================================
--- ha_mroonga.cc    2012-03-07 20:24:21 +0900 (59cd914)
+++ ha_mroonga.cc    2012-03-07 20:28:17 +0900 (327130e)
@@ -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)
   {
-------------- next part --------------
HTML����������������������������...
下载 



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