mysql_read_defaults_file requires absolute path

"Baron Schwartz" <[email protected]> Fri, 29 Feb 2008 12:17:07 -0500
Newsgroups gmane.comp.db.mysql.perl
Message-ID <[email protected]>
Something I've noticed, and I'm not sure whether it's a bug or a
feature.  This works:

DBI->connect(DBI:mysql:test;mysql_read_default_file=/home/baron/cnf;mysql_read_default_group=mysql,
...

This doesn't, even when /home/baron/ is the current working directory:

DBI->connect(DBI:mysql:test;mysql_read_default_file=cnf;mysql_read_default_group=mysql,
...

Should this work without an absolute path?

Cheers
Baron

-- 
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe:    http://lists.mysql.com/[email protected]