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

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 7日 (水) 20:24:21 JST


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

  New Revision: 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)
   {




Groonga-mysql-commit メーリングリストの案内
Back to archive index