1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge magare.gmz:/home/kgeorge/mysql/work/B34909-5.0-opt

into  magare.gmz:/home/kgeorge/mysql/work/B34909-5.1-opt
This commit is contained in:
gkodinov/kgeorge@magare.gmz
2008-03-07 11:19:51 +02:00
4 changed files with 9 additions and 0 deletions

View File

@ -4306,6 +4306,7 @@ static int do_show_master_status(MYSQL *mysql_con)
my_printf_error(0, "Error: Binlogging on server not active",
MYF(0));
mysql_free_result(master);
maybe_exit(EX_MYSQLERR);
return 1;
}
mysql_free_result(master);