Skip to content

mariadb_dyncol_free

Georg Richter edited this page Aug 31, 2018 · 1 revision

Name

mariadb_dyncol_free - Free memory inside packed blob

Synopsis

#include <mariadb_dyncol.h>

void mariadb_dyncol_free(DYNAMIC_COLUMN *str)

Description

Frees memory associated by the specified dynamic column

Parameter

  • *str - A pointer to a DYNAMIC_COLUMN structure

Notes

  • mariadb_dyncol_free() doesn't free the memory of the passed DYNAMIC_COLUMN structure but all memory of stored columns.

See also

Clone this wiki locally