Skip to content

[#2978] Check that mysql pointer is non-null

Marcin Siodelski requested to merge 2978-workaround-for-mysql-client into v2_2

This is a workaround for the libmysqlclient that dereferences mysql ptr in the MYSQL_STMT after reconnect. Kea checks that this pointer is not NULL before using the statement.

Closes #2978

Merge request reports