DBD-mysql
DBD-mysql copied to clipboard
MySQL driver for the Perl5 Database Interface (DBI)
Migrated from [rt.cpan.org#15803](https://rt.cpan.org/Ticket/Display.html?id=15803) (status was 'open') Requestors: * [email protected] From [email protected] on 2005-11-15 03:45:04: ``` DBD::mysql does not follow the DBI specification for AutoCommit behaviour. According to the documentation for...
Migrated from [rt.cpan.org#14979](https://rt.cpan.org/Ticket/Display.html?id=14979) (status was 'open') Requestors: * [email protected] Attachments: * [server_side_prepare_fork_bug.pl](https://rt.cpan.org/Ticket/Attachment/144883/41201/server_side_prepare_fork_bug.pl) From [email protected] on 2005-10-08 07:56:23: ``` This occurs even when InactiveDestroy has been used to mark the appropriate...
Migrated from [rt.cpan.org#123240](https://rt.cpan.org/Ticket/Display.html?id=123240) (status was 'new') Requestors: * [email protected] From [email protected] on 2017-10-10 18:33:58: ``` Heya, started getting the following segfault after upgrading from CentOS 6.9 to 7.4. The perl...
Migrated from [rt.cpan.org#123133](https://rt.cpan.org/Ticket/Display.html?id=123133) (status was 'new') Requestors: * [email protected] From [email protected] on 2017-09-26 18:32:31: ``` For a current project, it would be nice to have more information from MYSQL_FIELD->flags and...
Migrated from [rt.cpan.org#96559](https://rt.cpan.org/Ticket/Display.html?id=96559) (status was 'new') Requestors: * [email protected] Attachments: * [dbd-mysql-testcase.pl](https://rt.cpan.org/Ticket/Attachment/1377091/731175/dbd-mysql-testcase.pl) From [email protected] on 2014-06-19 12:42:19: ``` When executing call to stored procedure (which returns single result set) DBD::st::more_results...
Migrated from [rt.cpan.org#95752](https://rt.cpan.org/Ticket/Display.html?id=95752) (status was 'new') Requestors: * [email protected] From [email protected] on 2014-05-18 12:17:00: ``` It seems to me that you should be able to install DBD::mysql without having read/write...
Migrated from [rt.cpan.org#93387](https://rt.cpan.org/Ticket/Display.html?id=93387) (status was 'new') Requestors: * [email protected] From [email protected] on 2014-02-26 14:13:53: ``` Hi! After updating module to version 4.026 constantly getting message "Lost connection to MySQL server...
Migrated from [rt.cpan.org#83489](https://rt.cpan.org/Ticket/Display.html?id=83489) (status was 'new') Requestors: * [email protected] From [email protected] on 2013-02-20 22:13:43: ``` Originally reported by Andrew Feren at http://bugs.mysql.com/bug.php?id=37315 Description: I have a DB with a DECIMAL...
Migrated from [rt.cpan.org#83357](https://rt.cpan.org/Ticket/Display.html?id=83357) (status was 'new') Requestors: * [email protected] Attachments: * [sp_and_ur_break.pl](https://rt.cpan.org/Ticket/Attachment/1181590/623332/sp_and_ur_break.pl) From [email protected] on 2013-02-15 17:15:59: ``` Originally reported by Becca Turner at http://bugs.mysql.com/bug.php?id=54347 Description: If you enable both...
Migrated from [rt.cpan.org#83349](https://rt.cpan.org/Ticket/Display.html?id=83349) (status was 'new') Requestors: * [email protected] From [email protected] on 2013-02-15 16:38:58: ``` Description: With AutoCommit disabled, calling $dbh->commit() on a transaction with an un-finish()ed prepared statement handle...