Fix for bug#36399: Double free bug when INFORMATION_SCHEMA
plugin init function fails Problem: if an INFORMATION_SCHEMA plugin initialization fails we free some inner plugin's data (schema_table) twice during the INSTALL PLUGIN command. Fix: free it once.
Showing
Please register or sign in to comment