summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authorholyfoot/hf@hfmain.(none) <>2007-06-29 10:50:56 +0500
committerholyfoot/hf@hfmain.(none) <>2007-06-29 10:50:56 +0500
commit2fafcb1e53273c5f6b735e779491278807d913dd (patch)
treeff8eab5512df740c3f023ad6de27405f8dbc6fc9 /sql-common
parent49a52fe55a824a721fb4fc23356218c23e3574f8 (diff)
parent43e0e17ae637ac5984905f7433d38bfe0cf7e9bc (diff)
downloadmariadb-git-2fafcb1e53273c5f6b735e779491278807d913dd.tar.gz
Merge bk@192.168.21.1:mysql-5.0-opt
into mysql.com:/home/hf/work/29247/my50-29247
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,