mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 05:05:33 +02:00
MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size)
This commit is contained in:
parent
21daa7b929
commit
e3982cead2
429 changed files with 1479 additions and 666 deletions
|
|
@ -5,6 +5,7 @@
|
|||
--echo # Bug#51770: UNINSTALL PLUGIN requires no privileges
|
||||
--echo #
|
||||
|
||||
CREATE USER bug51770@localhost;
|
||||
GRANT INSERT ON mysql.plugin TO bug51770@localhost;
|
||||
connect(con1,localhost,bug51770,,);
|
||||
--replace_regex /\.dll/.so/
|
||||
|
|
@ -29,4 +30,3 @@ let $path = `select CONCAT_WS('/', '..', '$HA_EXAMPLE_SO')`;
|
|||
--replace_regex /\.dll/.so/
|
||||
--error ER_UDF_NO_PATHS
|
||||
eval INSTALL PLUGIN example SONAME '$path';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue