Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
In 2bc940f7c940, serg added --disable-performance-schema to MTR's server bootstrap options.
This breaks the ability to run any MTR at all when performance-schema is not compiled in to the server, and the option is unrecognized.
Should be --loose-disable-performance-schema instead.
https://github.com/MariaDB/server/commit/2bc940f7c940#r140575671
Attachments
Issue Links
- duplicates
-
MDEV-33653 unknown option '--disable-performance-schema' in MTR on builds with -DPLUGIN_PERFSCHEMA=NO
-
- Closed
-
- links to
This report duplicates
MDEV-33653.This mistake had been fixed in a follow-up commit, but that commit has only been merged up to the 11.1 branch so far.
Another problem that is waiting for a merge beyond 11.1 is something related to
MDEV-33095andMDEV-33379.