mariadb_dyncol_check
- Provided by: libmariadb-dev (Version: 1:10.11.14-0ubuntu0.24.04.1)
- Source: mariadb
- Report a bug
mariadb_dyncol_check - Checks if a dynamic column has correct format
#include <mariadb_dyncol.h>
enum enum_dyncol_func_result
mariadb_dyncol_check(DYNAMIC_COLUMN *str);
The function mariadb_dyncol_check() checks if a dynamic column has correct format. This can be used e.g. to check if a blob contains a dynamic column.
Returns ER_DYNCOL_OK if the dynamic column has correct format, otherwise ER_DYNCOL_FORMAT.