Subject: | t/rt81911.t failure on Debian w/mysql ODBC driver |
Hi,
I installed libmyodbc in debian from the repositories.
The rt_81911.t test fails on DBD::ODBC, latest version from CPAN, and also when run on the git master branch.
contents of /etc/odbcinst.ini
[MySQL]
Description = ODBC for MySQL
Driver = /usr/lib/i386-linux-gnu/odbc/libmyodbc.so
Setup = /usr/lib/i386-linux-gnu/odbc/libodbcmyS.so
FileUsage = 1
# Perl 5.14.2
# osname=linux, osvers=2.6.32-5-686-bigmem, archname=i486-linux-gnu-thread-multi-64int
# Using DBI 1.622
# Using DBD::ODBC 1.44_3
# Using DBMS_NAME 'MySQL'
# Using DBMS_VER '5.5.31-0+wheezy1'
# Using DRIVER_NAME 'libmyodbc5.so'
# Using DRIVER_VER '05.01.0010'
# odbc_has_unicode 0
DBI_DSN=dbi:ODBC:DRIVER={MySQL};Server=localhost;Port=3306;Database=test
t/rt_81911.t ................. 1/?
# Failed test 'affected from execute update 1'
# at t/rt_81911.t line 75.
# got: '0E0'
# expected: '1'
# Failed test 'affected from execute update 2'
# at t/rt_81911.t line 83.
# got: '1'
# expected: '2'
# Looks like you failed 2 tests of 12.
t/rt_81911.t ................. Dubious, test returned 2 (wstat 512, 0x200)