mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Update an imperfect error message.
sql/sql_servers.cc: It's not a fatal error if we can not open mysql.servers table (the start up process continues).
This commit is contained in:
parent
57dc12563f
commit
4e778fe994
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ my_bool servers_reload(THD *thd)
|
|||
|
||||
if (simple_open_n_lock_tables(thd, tables))
|
||||
{
|
||||
sql_print_error("Fatal error: Can't open and lock privilege tables: %s",
|
||||
sql_print_error("Can't open and lock privilege tables: %s",
|
||||
thd->net.last_error);
|
||||
goto end;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue