[Groonga-mysql-commit] mroonga/mroonga at 68e12a0 [master] Remove needless variable

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Feb 16 23:52:52 JST 2015


Kouhei Sutou	2015-02-16 23:52:52 +0900 (Mon, 16 Feb 2015)

  New Revision: 68e12a04aa7ce98250c4b363cc3206a258f3f103
  https://github.com/mroonga/mroonga/commit/68e12a04aa7ce98250c4b363cc3206a258f3f103

  Message:
    Remove needless variable

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+0 -1)
===================================================================
--- ha_mroonga.cpp    2015-02-16 22:19:10 +0900 (ca34a8a)
+++ ha_mroonga.cpp    2015-02-16 23:52:52 +0900 (c248e95)
@@ -4461,7 +4461,6 @@ int ha_mroonga::delete_table(const char *name)
   }
   if (!tmp_table_share)
   {
-    mrn::PathMapper mapper(name);
 #ifdef MRN_TABLE_LIST_INIT_REQUIRE_ALIAS
     table_list.init_one_table(mapper.db_name(), strlen(mapper.db_name()),
                               mapper.mysql_table_name(),
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る