Bug#921599: python-mysqldb: always connects to localhost ignoring host entry in option file

2019-02-25 Thread Faustin Lammler
Hi Peter, could you have a look at https://github.com/MariaDB/mariadb-connector-c/pull/101 and check if it looks good to you (it seems to be pretty similar patch). Faustin

Bug#921599: python-mysqldb: always connects to localhost ignoring host entry in option file

2019-02-25 Thread Peter Pentchev
On Mon, Feb 25, 2019 at 01:27:58PM -0500, Faustin Lammler wrote: > Hi Peter, > could you have a look at > https://github.com/MariaDB/mariadb-connector-c/pull/101 and check if it > looks good to you (it seems to be pretty similar patch). Hi, Yes, I saw a reference to this pull request in the JIRA

Bug#921599: python-mysqldb: always connects to localhost ignoring host entry in option file

2019-02-24 Thread Faustin Lammler
Control: forwarded -1 https://jira.mariadb.org/browse/MDEV-18721 Thanks Alan for the report and Peter for the patch! I have just opened an issue on upstream bug tracking system (https://jira.mariadb.org). It is now linked to this bug report. Regards, Faustin

Bug#921599: Processed: Re: [Python-modules-team] Bug#921599: python-mysqldb: always connects to localhost ignoring host entry in option file

2019-02-10 Thread Peter Pentchev
Control: found -1 1:10.3.11-1 On Sun, Feb 10, 2019 at 05:50:06PM +0200, Peter Pentchev wrote: > Control: notfound -1 1.3.10-2 > Contro: found -1 1:10.3.11-1 *sigh*. G'luck, Peter -- Peter Pentchev roam@{ringlet.net,debian.org,FreeBSD.org} p...@storpool.com PGP key:

Bug#921599: Processed: Re: [Python-modules-team] Bug#921599: python-mysqldb: always connects to localhost ignoring host entry in option file

2019-02-10 Thread Peter Pentchev
Control: notfound -1 1.3.10-2 Contro: found -1 1:10.3.11-1 On Sun, Feb 10, 2019 at 03:39:05PM +, Debian Bug Tracking System wrote: > Processing control commands: > > > reassign -1 src:mariadb-10.3 > Bug #921599 [python-mysqldb] python-mysqldb: always connects to localhost > ignoring host

Bug#921599: [Python-modules-team] Bug#921599: python-mysqldb: always connects to localhost ignoring host entry in option file

2019-02-10 Thread Peter Pentchev
Control: reassign -1 src:mariadb-10.3 Control: tag -1 + upstream patch On Thu, Feb 07, 2019 at 03:31:26AM +0100, Alan Krempler wrote: > Package: python-mysqldb > Version: 1.3.10-2 > Severity: normal > > When connecting like this: > connection = MySQLdb.connect(read_default_file=dbconfig) > lines

Bug#921599: python-mysqldb: always connects to localhost ignoring host entry in option file

2019-02-06 Thread Alan Krempler
Package: python-mysqldb Version: 1.3.10-2 Severity: normal When connecting like this: connection = MySQLdb.connect(read_default_file=dbconfig) lines in the option file specifying a remote host are ignored. Whatever host is specified in the option file, python-mysqldb always attempts a connection