perl5-dbi / DBD-MariaDB

Perl MariaDB driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jplesnik opened this issue · 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.