• Vladislav Vaintroub's avatar
    MDEV-4815 - allow multiple mysql_server_init() / mysql_server_end() in the... · 3ef0157d
    Vladislav Vaintroub authored
    MDEV-4815 - allow multiple  mysql_server_init() / mysql_server_end() in the same process, for embedded library.
    
    - Reset  static variables that are used to signal "init done"  for DBUG, in dbug_end()
    - Set string server variables to NULL after memory for the value is freed - avoids double free()
    - fix DBUG_ASSERTs that happened during reinitialization.
    3ef0157d
sys_vars.h 61.3 KB