Commit 9b227f8f authored by kostja@bodhi.local's avatar kostja@bodhi.local

Update an imperfect error message.

parent 09461285
...@@ -208,7 +208,7 @@ my_bool servers_reload(THD *thd) ...@@ -208,7 +208,7 @@ my_bool servers_reload(THD *thd)
if (simple_open_n_lock_tables(thd, tables)) 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); thd->net.last_error);
goto end; goto end;
} }
......
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