]> git.pld-linux.org Git - packages/mysql.git/blame_incremental - mysql-client-config.patch
- rel 2; patches updated
[packages/mysql.git] / mysql-client-config.patch
... / ...
CommitLineData
1--- mysql-5.1.6-alpha/sql-common/client.c~ 2006-02-21 16:09:34.000000000 +0200
2+++ mysql-5.1.6-alpha/sql-common/client.c 2006-02-21 16:14:10.000000000 +0200
3@@ -1456,6 +1456,7 @@
4
5 mysql->options.methods_to_use= MYSQL_OPT_GUESS_CONNECTION;
6 mysql->options.report_data_truncation= TRUE; /* default */
7+ mysql_read_default_options(&mysql->options, "/etc/mysql/mysql-client.conf", NULL);
8
9 /*
10 By default we don't reconnect because it could silently corrupt data (after
This page took 0.028714 seconds and 4 git commands to generate.