[Groonga-commit] groonga/grnxx at 6a20a42 [new_data_types] Update Table to have a name instance.

アーカイブの一覧に戻る

susumu.yata null+****@clear*****
Thu Nov 27 21:21:23 JST 2014


susumu.yata	2014-11-27 21:21:23 +0900 (Thu, 27 Nov 2014)

  New Revision: 6a20a42d62aa97faf79ace26d167e5e4b4f1f240
  https://github.com/groonga/grnxx/commit/6a20a42d62aa97faf79ace26d167e5e4b4f1f240

  Message:
    Update Table to have a name instance.

  Modified files:
    lib/grnxx/impl/table.cpp

  Modified: lib/grnxx/impl/table.cpp (+1 -1)
===================================================================
--- lib/grnxx/impl/table.cpp    2014-11-27 21:18:53 +0900 (d6ce9f6)
+++ lib/grnxx/impl/table.cpp    2014-11-27 21:21:23 +0900 (037130f)
@@ -211,7 +211,7 @@ TableReverseCursor::TableReverseCursor(const Table *table,
 Table::Table(DB *db, const String &name)
     : TableInterface(),
       db_(db),
-      name_(name),
+      name_(name.clone()),
       columns_(),
       referrer_columns_(),
       key_column_(nullptr),
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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