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

After connection to the DB with `mysql_server_prepare=1` every call to an INSERT statement via ->do method with placeholders increases `Prepared_stmt_count` on the DB. ``` for (1..10000) { $dbh->do("INSERT INTO aaa...

Currently `statistics_info` ignores the `$unique_only` only flag. This fixes that.

``` .cpan/build/DBD-mysql-4.045 513 > make test Running Mkbootstrap for mysql () chmod 644 "mysql.bs" "/data/pro/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- mysql.bs blib/arch/auto/DBD/mysql/mysql.bs 644 cc -c -I/pro/lib/perl5/site_perl/5.26.0/x86_64-linux-thread-multi-ld/auto/DBI -I/usr/include/mysql -I/usr/include/mysql/mariadb -DDBD_MYSQL_WITH_SSL -DDBD_MYSQL_INSERT_ID_IS_GOOD -g...

bug

Migrated from [rt.cpan.org#121921](https://rt.cpan.org/Ticket/Display.html?id=121921) (status was 'open') Requestors: * [email protected] Attachments: * [smime.p7s](https://rt.cpan.org/Ticket/Attachment/1730042/930212/smime.p7s) From [email protected] on 2017-05-28 13:22:04: ``` Hi all I have an application that, among others, has to store...

utf8

See: https://rt.cpan.org/Public/Bug/Display.html?id=125517

prepared statements

Env: Ubuntu Instead of this we should try find mariadb_config automatically. ``` perl Makefile.PL --mysql_config=$(which mariadb_config) ```

mariadb

How might we support Document store? * Look at other drivers and how they do this? * SQL, what level in the driver.

enhancement

Migrated from [rt.cpan.org#102919](https://rt.cpan.org/Ticket/Display.html?id=102919) (status was 'open') Requestors: * [email protected] From [email protected] on 2015-03-20 21:06:37: ``` $dbh->{RowCacheSize} always returns undef, even after I explicitly set it. This indicates that it is...