You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The case for value "MYSQL_TYPE_NULL" (dbdimp.c:4779) is not terminated by a "break" statement.
It check a buffer type and it does not make sense to fall through to another case.
The text was updated successfully, but these errors were encountered:
Upstream changes:
1.23 2023-09-10
- Add a missing break
(perl5-dbi/DBD-MariaDB#163)
- Signal error if mariadb_db_async_result() fails
(perl5-dbi/DBD-MariaDB#162)
- Update links to project website, issues and years
- Fix compilation with some MariaDB client library 10.2 and 10.3 versions
- Fix mariadb_use_result attribute
(perl5-dbi/DBD-MariaDB#173)
- Fix statements with multiple result sets in asynchronous mode
- Fix mariadb_sockfd attribute for Windows
- Croaks when changing AutoCommit attribute fails
(perl5-dbi/dbi#104)
- Various documentation and tests fixes
- Fix support for MariaDB Connector/C prior to 3.1.3 version
- Fix usage of Win32::GetShortPathName() in Makefile.PL
- Build release tarball in TAR format (instead of PAX)
- Allow to query and change mariadb_multi_statements attribute
- Add connect option mariadb_auth_plugin for specifying auth plugin
- Fix support for MySQL 8.0+ client library
(perl5-dbi/DBD-MariaDB#191)
(perl5-dbi/DBD-mysql#329)
- Add Github Actions CI and Cirrus CI (FreeBSD) for automated testing
1.22 2022-04-22
- Disable usage of libmysqld.a from MySQL 8.x series
- Install README.pod into DBD/MariaDB/ subdirectory
(perl5-dbi/DBD-MariaDB#146)
- Do not export driver private C functions
- Fix typo in error message
- Fix compatibility with new MariaDB client and server versions
(perl5-dbi/DBD-MariaDB#164)
(perl5-dbi/DBD-MariaDB#167)
(perl5-dbi/DBD-mysql#333)
The case for value "MYSQL_TYPE_NULL" (dbdimp.c:4779) is not terminated by a "break" statement.
It check a buffer type and it does not make sense to fall through to another case.
The text was updated successfully, but these errors were encountered: