[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] storage optimization: fix count(*) optimization is uneffected...

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:38:49 JST 2012


Kouhei Sutou	2012-03-07 20:24:21 +0900 (Wed, 07 Mar 2012)

  New Revision: 0a61e4b2a8ce7f0a5fe82f26efd4d784b5b3009e
  https://github.com/mroonga/mroonga/commit/0a61e4b2a8ce7f0a5fe82f26efd4d784b5b3009e

  Log:
    storage optimization: fix count(*) optimization is uneffected...
    
    [groonga-dev,00717]
    
    Reported by Takayuki Honda. Thanks!!!

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+0 -1)
===================================================================
--- ha_mroonga.cc    2012-03-07 19:33:44 +0900 (46ccddc)
+++ ha_mroonga.cc    2012-03-07 20:24:21 +0900 (59cd914)
@@ -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)
   {
-------------- next part --------------
HTML����������������������������...
Download 



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