mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
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:
parent
89b53f9908
commit
3028e7341c
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@ public:
|
||||||
longlong def_val, PolyLock *lock, enum binlog_status_enum binlog_status_arg,
|
longlong def_val, PolyLock *lock, enum binlog_status_enum binlog_status_arg,
|
||||||
on_check_function on_check_func, on_update_function on_update_func,
|
on_check_function on_check_func, on_update_function on_update_func,
|
||||||
uint deprecated_version, const char *substitute, int parse_flag);
|
uint deprecated_version, const char *substitute, int parse_flag);
|
||||||
|
|
||||||
|
virtual ~sys_var() {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
All the cleanup procedures should be performed here
|
All the cleanup procedures should be performed here
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue