Commit 18fee8b8 authored by Nirbhay Choubey's avatar Nirbhay Choubey

Revert last commit.

parent 048039e0
...@@ -858,7 +858,7 @@ int mariadb_fix_view(THD *thd, TABLE_LIST *view, bool wrong_checksum, ...@@ -858,7 +858,7 @@ int mariadb_fix_view(THD *thd, TABLE_LIST *view, bool wrong_checksum,
view->db, view->table_name); view->db, view->table_name);
DBUG_RETURN(HA_ADMIN_INTERNAL_ERROR); 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, view->db, view->table_name, view->mariadb_version,
(wrong_checksum ? ", checksum corrected" : ""), (wrong_checksum ? ", checksum corrected" : ""),
(swap_alg ? (swap_alg ?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment