• chuck.bell@oracle.com's avatar
    BUG#12968815: mysql_plugin : disable requires plugin name but doesn't use it · 869b596b
    chuck.bell@oracle.com authored
    This patch corrects a defect in the building of the DELETE commands for
    disabling a plugin whereby only the original plugin data was deleted. If there
    were other plugins, the delete did not remove the rows. The code has been
    changed to remove all rows from the mysql.plugin table that were inserted when
    the plugin was loaded. The test has also been changed to correctly identify if
    all rows have been deleted.
    869b596b
mysql_plugin.c 30.1 KB