summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorunknown <acurtis/antony@xiphis.org/ltamd64.xiphis.org>2007-10-04 10:55:08 -0700
committerunknown <acurtis/antony@xiphis.org/ltamd64.xiphis.org>2007-10-04 10:55:08 -0700
commit1c94c8e674735337af6170cc21db3f685fe4e321 (patch)
treed62a7dda2fcb26f6bd04fe1653abe226e24daa01 /scripts/Makefile.am
parentc0850719bc7d02985c98b3ecf6c0ec0b0acecacf (diff)
downloadmariadb-git-1c94c8e674735337af6170cc21db3f685fe4e321.tar.gz
Bug#31382
"Disabled plugin is provoking Valgrind error" If there are any auto-alloced string plug-in options, memory is allocated during the call for handle_options(). We must free this memory if we are not installing the plug-in. include/my_getopt.h: bug31382 new function: my_cleanup_options() mysys/my_getopt.c: bug31382 new function: my_cleanup_options(), fini_one_value() alter init_variables() to take an extra option. forward declare init_one_value() and fini_one_value() sql/sql_plugin.cc: bug31382 after calling handle_options(), make sure to call my_cleanup_options() if we are not installing the plug-in.
Diffstat (limited to 'scripts/Makefile.am')
0 files changed, 0 insertions, 0 deletions