[Groonga-commit] groonga/grnxx at db161cd [master] Fix a comment.

Back to archive index

susumu.yata null+****@clear*****
Thu Oct 2 17:50:39 JST 2014


susumu.yata	2014-10-02 17:50:39 +0900 (Thu, 02 Oct 2014)

  New Revision: db161cd633da465341763f70bc22a9e4741e5e0d
  https://github.com/groonga/grnxx/commit/db161cd633da465341763f70bc22a9e4741e5e0d

  Message:
    Fix a comment.

  Modified files:
    lib/grnxx/table.cpp

  Modified: lib/grnxx/table.cpp (+3 -1)
===================================================================
--- lib/grnxx/table.cpp    2014-10-02 17:49:24 +0900 (0f0a73b)
+++ lib/grnxx/table.cpp    2014-10-02 17:50:39 +0900 (234f18b)
@@ -417,7 +417,9 @@ bool Table::remove_row(Error *error, Int row_id) {
   if (!test_row(error, row_id)) {
     return false;
   }
-  // TODO: Check removability and unset column values.
+  // TODO: Check removability.
+
+  // Unset column values.
   for (Int column_id = 0; column_id < num_columns(); ++column_id) {
     columns_[column_id]->unset(row_id);
   }
-------------- next part --------------
HTML����������������������������...
Download 



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