Loading sql/sql_servers.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
sql/sql_servers.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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