[Groonga-mysql-commit] mroonga/mroonga at d93b7a1 [master] Fold a long line

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 17 22:45:01 JST 2015


Kouhei Sutou	2015-06-17 22:45:01 +0900 (Wed, 17 Jun 2015)

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

  Message:
    Fold a long line

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+2 -1)
===================================================================
--- ha_mroonga.cpp    2015-06-17 22:26:41 +0900 (43b6572)
+++ ha_mroonga.cpp    2015-06-17 22:45:01 +0900 (6e9b0e6)
@@ -5392,7 +5392,8 @@ int ha_mroonga::storage_write_row(uchar *buf)
 
     if (strcmp(MRN_COLUMN_NAME_ID, column_name) == 0) {
       push_warning_printf(thd, MRN_SEVERITY_WARNING,
-                          WARN_DATA_TRUNCATED, MRN_GET_ERR_MSG(WARN_DATA_TRUNCATED),
+                          WARN_DATA_TRUNCATED,
+                          MRN_GET_ERR_MSG(WARN_DATA_TRUNCATED),
                           MRN_COLUMN_NAME_ID,
                           MRN_GET_CURRENT_ROW_FOR_WARNING(thd));
       if (MRN_ABORT_ON_WARNING(thd)) {
-------------- next part --------------
HTML����������������������������...
Download 



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