r34301 - /trunk/libdbd-mysql-perl/t/mysql.mtest

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Wed Apr 29 08:35:34 UTC 2009


Author: eloy
Date: Wed Apr 29 08:35:28 2009
New Revision: 34301

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34301
Log:
new upstream version

Modified:
    trunk/libdbd-mysql-perl/t/mysql.mtest

Modified: trunk/libdbd-mysql-perl/t/mysql.mtest
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mysql-perl/t/mysql.mtest?rev=34301&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/t/mysql.mtest (original)
+++ trunk/libdbd-mysql-perl/t/mysql.mtest Wed Apr 29 08:35:28 2009
@@ -1,15 +1,15 @@
 { local $opt = {
          'mysql_config' => 'mysql_config',
          'embedded' => '',
-         'ssl' => 0,
+         'ssl' => 1,
          'nocatchstderr' => 0,
-         'libs' => '-rdynamic -L/usr/local/mysql/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm',
+         'libs' => '-rdynamic -L/usr/lib/mysql -lmysqlclient',
          'testhost' => '',
          'nofoundrows' => 0,
+         'cflags' => '-I/usr/include/mysql  -DBIG_JOINS=1 -fPIC',
          'testdb' => 'test',
-         'cflags' => '-I/usr/local/mysql/include/mysql -DUNIV_LINUX',
-         'testuser' => 'root',
-         'testpassword' => 'root',
+         'testuser' => 'eloy',
+         'testpassword' => '',
          'testsocket' => ''
        };
 $::test_host = $opt->{'testhost'};




More information about the Pkg-perl-cvs-commits mailing list