[Groonga-mysql-commit] mroonga/mroonga at c87e77d [master] Show data temporary for debuggin on Travis

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 22 17:45:16 JST 2013


Kouhei Sutou	2013-04-22 17:45:16 +0900 (Mon, 22 Apr 2013)

  New Revision: c87e77de5bcd997187c287739fd35715e184cc70
  https://github.com/mroonga/mroonga/commit/c87e77de5bcd997187c287739fd35715e184cc70

  Message:
    Show data temporary for debuggin on Travis

  Modified files:
    lib/mrn_multiple_column_key_codec.cpp

  Modified: lib/mrn_multiple_column_key_codec.cpp (+4 -2)
===================================================================
--- lib/mrn_multiple_column_key_codec.cpp    2013-04-22 15:39:59 +0900 (92ce6c6)
+++ lib/mrn_multiple_column_key_codec.cpp    2013-04-22 17:45:16 +0900 (64ecdc9)
@@ -527,10 +527,12 @@ namespace mrn {
                             "for multiple column index: "
                             "normalized-data-size: <%u> "
                             "max-data-size: <%u> "
-                            "column-name: <%s>",
+                            "column-name: <%s> "
+                            "data: <%.*s>",
                             normalized_length,
                             UINT_MAX16,
-                            field->field_name);
+                            field->field_name,
+                            blob_data_length, blob_data);
         memcpy(grn_key, normalized, blob_data_length);
         new_blob_data_length = blob_data_length;
       }
-------------- next part --------------
HTML����������������������������...
Download 



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