Bug#53251: mysql_library_init fails on second execution with embedded library

Add a virtual destructor. Class has virtual functions.
This commit is contained in:
Davi Arnaut 2010-09-09 09:37:09 -03:00
parent 89b53f9908
commit 3028e7341c

View file

@ -91,6 +91,9 @@ public:
longlong def_val, PolyLock *lock, enum binlog_status_enum binlog_status_arg,
on_check_function on_check_func, on_update_function on_update_func,
uint deprecated_version, const char *substitute, int parse_flag);
virtual ~sys_var() {}
/**
All the cleanup procedures should be performed here
*/