Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.4.30
-
Linux, from source built RPM
Description
MariaDB 10.4.30
No option named 'plugin-dir' in group 'mysqld.1' at lib/My/ConfigFactory.pm line 349
with 10.4 the option 'plugin-dir' was abviously removed but how can it be that it's still used in shipped scripts after 30 bugfix-releases - tells me nobody at all did run the test-suite for a long time
(yes, i am about to upgrade from 10.3 to 10.4 in the hope most bugs are already gone after the long timeframe 10.4 is out)
[root@testserver:~]$ mysql-test.sh
|
Logging: ./mysql-test-run.pl --parallel=4 --max-test-fail=0 --mysqld=--binlog-format=row --force --suites=main-,binlog-,csv-,funcs_1-,funcs_2-,handler-,heap-,maria-,optimizer_unfixed_bugs-,parts-,innodb-,roles-,rpl-,sys_vars-,unit-,vcol- --skip-test-list=/var/lib/mysql/skip-tests.txt
|
VS config:
|
Using binlog format 'row'
|
vardir: /usr/share/mysql-test/var
|
Removing old var directory...
|
Couldn't remove directory '/usr/share/mysql-test/var': Device or resource busy at /usr/share/perl5/File/Find.pm line 510.
|
Creating var directory '/usr/share/mysql-test/var'...
|
Checking supported features...
|
MariaDB Version 10.4.30-MariaDB
|
- SSL connections supported
|
Using suites: main-,binlog-,csv-,funcs_1-,funcs_2-,handler-,heap-,maria-,optimizer_unfixed_bugs-,parts-,innodb-,roles-,rpl-,sys_vars-,unit-,vcol-
|
Collecting tests...
|
No option named 'plugin-dir' in group 'mysqld.1' at lib/My/ConfigFactory.pm line 349.
|
|
[root@testserver:~]$ cat /usr/share/mysql-test/lib/My/ConfigFactory.pm | grep plugin
|
$config->insert('mysqld', "loose-skip-plugin-$_" => undef) for (@::optional_plugins);
|
{ 'plugin-dir' => sub { $::plugindir } },
|
Attachments
Issue Links
- relates to
-
MDEV-21691 mtr fails to start with "No option named 'plugin-dir' in group 'mysqld.1' at lib/My/ConfigFactory.pm line 349"
- Open