1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-arch

into  piggy.tangent.org:/home/mysql/trees/mysql-5.1-arch
This commit is contained in:
brian@piggy.tangent.org
2007-08-20 13:18:40 -07:00
2 changed files with 9 additions and 0 deletions

View File

@@ -1813,6 +1813,13 @@ limit_not_met:
{
mysql_close(mysql);
if (!(mysql= mysql_init(NULL)))
{
fprintf(stderr,"%s: mysql_init() failed ERROR : %s\n",
my_progname, mysql_error(mysql));
exit(0);
}
if (slap_connect(mysql))
goto end;
}