[Groonga-mysql-commit] mroonga/mroonga [master] Remove unused members

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 21日 (土) 13:41:58 JST


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

  New Revision: 971d5d357fa07e812d2af5f63ae84358c39d6c50

  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;




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