mysqldump.c:

  Fix harmless typo (caught thanks to warning)
parent c1c60a17
...@@ -3698,7 +3698,7 @@ static int get_bin_log_name(MYSQL *mysql_con, ...@@ -3698,7 +3698,7 @@ static int get_bin_log_name(MYSQL *mysql_con,
MYSQL_RES *res; MYSQL_RES *res;
MYSQL_ROW row; MYSQL_ROW row;
if (mysql_query(mysql, "SHOW MASTER STATUS") || if (mysql_query(mysql_con, "SHOW MASTER STATUS") ||
!(res= mysql_store_result(mysql))) !(res= mysql_store_result(mysql)))
return 1; return 1;
......
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