From 458a947f6c5edae7470f4b30d9b92d4e9862a0dc Mon Sep 17 00:00:00 2001 From: "monty@mysql.com" <> Date: Fri, 26 Dec 2003 12:32:02 +0200 Subject: Fixed bug in table level privilege GRANT handling. (Bug #2178) Portability fixes --- sql/slave.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/slave.cc') diff --git a/sql/slave.cc b/sql/slave.cc index d2a7d397fa7..36d8975a127 100644 --- a/sql/slave.cc +++ b/sql/slave.cc @@ -2682,7 +2682,7 @@ static int exec_relay_log_event(THD* thd, RELAY_LOG_INFO* rli) rli->is_until_satisfied()) { sql_print_error("Slave SQL thread stopped because it reached its" - " UNTIL position"); + " UNTIL position %ld", (long) rli->until_pos()); /* Setting abort_slave flag because we do not want additional message about error in query execution to be printed. -- cgit v1.2.1