Post-merge fix: replace plugin extension output.

This commit is contained in:
Davi Arnaut 2010-03-14 08:16:59 -03:00
parent 4c205a65fb
commit 57a96c77db

View file

@ -7,6 +7,7 @@
GRANT INSERT ON mysql.plugin TO bug51770@localhost;
connect(con1,localhost,bug51770,,);
--replace_regex /\.dll/.so/
eval INSTALL PLUGIN example SONAME $HA_EXAMPLE_SO;
--error ER_TABLEACCESS_DENIED_ERROR
UNINSTALL PLUGIN example;