[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] Remove unused members

Back to archive index

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


Kouhei Sutou	2012-04-21 13:41:58 +0900 (Sat, 21 Apr 2012)

  New Revision: 971d5d357fa07e812d2af5f63ae84358c39d6c50
  https://github.com/mroonga/mroonga/commit/971d5d357fa07e812d2af5f63ae84358c39d6c50

  Merged d2a70dc: Merge branch 'master' of github.com:mroonga/mroonga

  Log:
    Remove unused members

  Modified files:
    ha_mroonga.cpp
    ha_mroonga.hpp

  Modified: ha_mroonga.cpp (+0 -2)
===================================================================
--- ha_mroonga.cpp    2012-04-20 21:59:42 +0900 (05c587e)
+++ ha_mroonga.cpp    2012-04-21 13:41:58 +0900 (8a81090)
@@ -1701,8 +1701,6 @@ ha_mroonga::ha_mroonga(handlerton *hton, TABLE_SHARE *share_arg)
 
    key_min(NULL),
    key_max(NULL),
-   key_min_len(NULL),
-   key_max_len(NULL),
 
    dup_key(0),
 

  Modified: ha_mroonga.hpp (+0 -2)
===================================================================
--- ha_mroonga.hpp    2012-04-20 21:59:42 +0900 (4ded7de)
+++ ha_mroonga.hpp    2012-04-21 13:41:58 +0900 (064bd70)
@@ -220,8 +220,6 @@ private:
   /// for range search
   uchar **key_min;
   uchar **key_max;
-  int *key_min_len;
-  int *key_max_len;
 
   // for error report
   uint dup_key;
-------------- next part --------------
HTML����������������������������...
다운로드 



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