Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 32341
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Test failures due to mysql limitations.
DBD::mysql hasn't installed cleanly in a while because of what appear to be mysql limitations/bugs rather than DBD::mysql issues. In particular... t/40catalog.............1/77 DBD::mysql::db do failed: CREATE VIEW command denied to user ''@'localhost' for table 'bug26603_v1' at t/40catalog.t line 208. DBD::mysql::db do failed: CREATE VIEW command denied to user ''@'localhost' for table 'bug26603_v1' at t/40catalog.t line 208. Issuing rollback() for database handle being DESTROY'd without explicit disconnect(). # Looks like you planned 77 tests but only ran 51. # Looks like your test died just after 51. t/40catalog............. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 26/77 subtests t/80procs...............1/30 DBD::mysql::st execute failed: Access denied for user ''@'localhost' to database 'test' at t/80procs.t line 103. DBD::mysql::st execute failed: Access denied for user ''@'localhost' to database 'test' at t/80procs.t line 103. t/80procs............... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 24/30 subtests I can duplicate this behavior in the mysql shell. So either my mysql test database is misconfigured or it's a bug/feature in mysql. If it's the former, do you know how I can fix it? If it's the latter, DBD::mysql's tests isn't the thing to be telling me about it.
Not a DBD::mysql bug