Post-merge fix: replace plugin extension output.
This commit is contained in:
parent
d9f1abe995
commit
0e9451186d
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
GRANT INSERT ON mysql.plugin TO bug51770@localhost;
|
GRANT INSERT ON mysql.plugin TO bug51770@localhost;
|
||||||
connect(con1,localhost,bug51770,,);
|
connect(con1,localhost,bug51770,,);
|
||||||
|
--replace_regex /\.dll/.so/
|
||||||
eval INSTALL PLUGIN example SONAME $HA_EXAMPLE_SO;
|
eval INSTALL PLUGIN example SONAME $HA_EXAMPLE_SO;
|
||||||
--error ER_TABLEACCESS_DENIED_ERROR
|
--error ER_TABLEACCESS_DENIED_ERROR
|
||||||
UNINSTALL PLUGIN example;
|
UNINSTALL PLUGIN example;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user