mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Post-merge fix: replace plugin extension output.
This commit is contained in:
parent
4c205a65fb
commit
57a96c77db
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue