From a56c72a214935c4f147047438ebafdc199812913 Mon Sep 17 00:00:00 2001 From: "sasha@mysql.sashanet.com" <> Date: Thu, 8 Nov 2001 22:27:55 -0700 Subject: fixed memory leak in replication fixed bugs in new IO_CACHE code so that the old calls work fixed shutdown bug clean-up of mysql-test-run --- sql/repl_failsafe.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/repl_failsafe.cc') diff --git a/sql/repl_failsafe.cc b/sql/repl_failsafe.cc index ece8e11064b..c836e6803ee 100644 --- a/sql/repl_failsafe.cc +++ b/sql/repl_failsafe.cc @@ -138,6 +138,7 @@ int update_slave_list(MYSQL* mysql) goto err; } si->server_id = server_id; + hash_insert(&slave_list, (byte*)si); } strnmov(si->host, row[1], sizeof(si->host)); si->port = atoi(row[port_ind]); -- cgit v1.2.1