WL#5710 : mysql_plugin client - Windows PB fix
This patch corrects the test mysql_plugin so that it correctly masks the library extension of the plugin daemon_example.
This commit is contained in:
parent
b7786a3902
commit
3742d6c940
@ -142,8 +142,11 @@ EOF
|
||||
--echo # Simulate loading a plugin libary with multiple entry points.
|
||||
--echo # This will test the DISABLE to ensure all rows are removed.
|
||||
--echo #
|
||||
--replace_regex /\.dll/.so/
|
||||
eval INSERT INTO mysql.plugin VALUES ('wicky', '$DAEMONEXAMPLE');
|
||||
--replace_regex /\.dll/.so/
|
||||
eval INSERT INTO mysql.plugin VALUES ('wacky', '$DAEMONEXAMPLE');
|
||||
--replace_regex /\.dll/.so/
|
||||
eval INSERT INTO mysql.plugin VALUES ('wonky', '$DAEMONEXAMPLE');
|
||||
|
||||
--echo #
|
||||
|
Loading…
x
Reference in New Issue
Block a user