summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authorunknown <holyfoot/hf@hfmain.(none)>2007-06-29 10:50:56 +0500
committerunknown <holyfoot/hf@hfmain.(none)>2007-06-29 10:50:56 +0500
commit73023608695d2920f59e54037a50aafbedb4d60e (patch)
treeff8eab5512df740c3f023ad6de27405f8dbc6fc9 /sql-common
parentb728d0a65e8df91c9225d59e3af2cffe1e9f4257 (diff)
parent57444944d57adc5bee1548e3c2d6bffd2f8d903d (diff)
downloadmariadb-git-73023608695d2920f59e54037a50aafbedb4d60e.tar.gz
Merge bk@192.168.21.1:mysql-5.0-opt
into mysql.com:/home/hf/work/29247/my50-29247 sql-common/client.c: Auto merged
Diffstat (limited to 'sql-common')
-rw-r--r--sql-common/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-common/client.c b/sql-common/client.c
index f8d52e02196..a5dbeb66658 100644
--- a/sql-common/client.c
+++ b/sql-common/client.c
@@ -2459,6 +2459,7 @@ my_bool mysql_reconnect(MYSQL *mysql)
}
mysql_init(&tmp_mysql);
tmp_mysql.options= mysql->options;
+ tmp_mysql.options.my_cnf_file= tmp_mysql.options.my_cnf_group= 0;
tmp_mysql.rpl_pivot= mysql->rpl_pivot;
if (!mysql_real_connect(&tmp_mysql,mysql->host,mysql->user,mysql->passwd,