Skip to content

Commit

Permalink
Fix for build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirbhay Choubey committed May 11, 2015
1 parent e1868fd commit 048039e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_view.cc
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ int mariadb_fix_view(THD *thd, TABLE_LIST *view, bool wrong_checksum,
view->db, view->table_name);
DBUG_RETURN(HA_ADMIN_INTERNAL_ERROR);
}
sql_print_information("View %`s.%`s: the version is set to %llu%s%s",
sql_print_information("View %s.%s: the version is set to %llu%s%s",
view->db, view->table_name, view->mariadb_version,
(wrong_checksum ? ", checksum corrected" : ""),
(swap_alg ?
Expand Down

0 comments on commit 048039e

Please sign in to comment.