Navigation Menu

Skip to content

Commit

Permalink
Fold a long line
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 17, 2015
1 parent bf2f4ea commit d93b7a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ha_mroonga.cpp
Expand Up @@ -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)) {
Expand Down

0 comments on commit d93b7a1

Please sign in to comment.