mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Changing the default of libmysqlclient : it's now NO reconnection.
All our programs which use mysql_real_connect() and mysql_connect() are updated accordingly, though I have deliberately made mysqlimport not reconnect anymore (already true for mysqldump >= 4.1.8). All Connector devs have been warned about the change I'm doing here - which was agreed with Monty, and fixes BUG#2555.
This commit is contained in:
@@ -51,6 +51,7 @@ int main(int argc, char **argv)
|
||||
perror("");
|
||||
exit(1);
|
||||
}
|
||||
mysql.reconnect= 1;
|
||||
count = 0;
|
||||
num = atoi(argv[2]);
|
||||
while (count < num)
|
||||
|
||||
Reference in New Issue
Block a user