• unknown's avatar
    Fix valgrind warning from deinitializing ha_ndbcluster, referencing · cf1d5e71
    unknown authored
    another handler from 'plugin_foreach'
    
    
    sql/sql_plugin.cc:
      Remove plugin from plugin_array after it has been initialized to 
      avoid it being referenced. For example if a plugin deletes a THD object
      that will call 'ha_close_connection' wich will iterate over all storage
      engine plugins
    cf1d5e71
sql_plugin.cc 28.7 KB