Fix for build failure.

This commit is contained in:
Nirbhay Choubey 2015-05-11 15:42:20 -04:00
parent e1868fd613
commit 048039e0b2

View file

@ -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 ?