DBD-mysql icon indicating copy to clipboard operation
DBD-mysql copied to clipboard

MySQL driver for the Perl5 Database Interface (DBI)

Results 123 DBD-mysql issues
Sort by recently updated
recently updated
newest added
trafficstars

Migrated from [rt.cpan.org#83520](https://rt.cpan.org/Ticket/Display.html?id=83520) (status was 'new') Requestors: * [email protected] From [email protected] on 2013-02-21 22:02:16: ``` Originally reported by Oli Sennhauser at http://bugs.mysql.com/bug.php?id=20629 Description: When we run a benchmark script which...

Migrated from [rt.cpan.org#122541](https://rt.cpan.org/Ticket/Display.html?id=122541) (status was 'new') Requestors: * [email protected] From [email protected] on 2017-07-19 15:15:21: ``` This bug seems to have been introduced in DBD::mysql version 4.038_01 and is still present...

bug

Migrated from [rt.cpan.org#104343](https://rt.cpan.org/Ticket/Display.html?id=104343) (status was 'new') Requestors: * [email protected] From [email protected] on 2015-05-11 11:03:52: ``` Current DBD::MySQL documentation reads: The multithreading capabilities of DBD::mysql depend completely on the underlying C...

invalid

Migrated from [rt.cpan.org#100481](https://rt.cpan.org/Ticket/Display.html?id=100481) (status was 'open') Requestors: * [email protected] From [email protected] on 2014-11-20 20:09:44: ``` Hello dear devs ! Are there any plans to support the encrypted "mylogin.cnf" file available...

enhancement

Migrated from [rt.cpan.org#111771](https://rt.cpan.org/Ticket/Display.html?id=111771) (status was 'open') Requestors: * [email protected] From [email protected] on 2016-02-04 11:37:07: ``` When providing Windows filesystems paths - i.e. C:\path\to\my\ssl-cert.pem - as the value of SSL attributes,...

Windows

Hi, I encountered an issue while moving a project to Ubuntu 16, which installs MySQL components in version 5.7. When using a prepared statement, the MySQL-server respons with a syntax...

Migrated from [rt.cpan.org#105382](https://rt.cpan.org/Ticket/Display.html?id=105382) (status was 'open') Requestors: * [email protected] From [email protected] on 2015-06-19 16:02:42: ``` If the first command on a disconnected handle with auto_reconnect set is a begin_work it...

Migrated from [rt.cpan.org#97541](https://rt.cpan.org/Ticket/Display.html?id=97541) (status was 'new') Requestors: * [email protected] Attachments: * [smime.p7s](https://rt.cpan.org/Ticket/Attachment/1391149/738735/smime.p7s) From [email protected] on 2014-07-27 11:10:54: ``` Hi, this is a followup on #48242 (https://rt.cpan.org/Public/Bug/Display.html?id=48242). mysql_bind_type_guessing detects a value...

prepared statements

Migrated from [rt.cpan.org#80669](https://rt.cpan.org/Ticket/Display.html?id=80669) (status was 'open') Requestors: * [email protected] From [email protected] on 2012-11-06 20:06:50: ``` Originally reported by Carlos Velasco at http://bugs.mysql.com/bug.php?id=66859 Description: DBD::mysql leaks memory when using connect Seems...

Multiple places are checking MYSQL_VERSION_ID or MARIADB_BASE_VERSION to provide different implementations of a function. So it appears that once you have compiled your DBD::mysql driver against a specific version then...