perl5-dbi/DBD-MariaDB

Add a missing break to 'MYSQL_TYPE_NULL' case in mariadb_st_describe()

jplesnik opened this issue · 0 comments

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.