mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix for build failure.
This commit is contained in:
parent
e1868fd613
commit
048039e0b2
1 changed files with 1 additions and 1 deletions
|
@ -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 ?
|
||||
|
|
Loading…
Add table
Reference in a new issue