Remove multi-master monitor
Was deprecated in 2.3. Similar features are in MariaDB-Monitor. One system test was modified to use MariaDB-Monitor instead. Some parts of the test are disabled for now to make it pass.
This commit is contained in:
@ -85,12 +85,12 @@ Binaries will go to:
|
||||
|
||||
Debug build:
|
||||
```
|
||||
-DBUILD_TESTS=Y -DCMAKE_BUILD_TYPE=Debug -DFAKE_CODE=Y -DBUILD_MMMON=Y -DBUILD_AVRO=Y -DBUILD_CDC=Y
|
||||
-DBUILD_TESTS=Y -DCMAKE_BUILD_TYPE=Debug -DFAKE_CODE=Y -DBUILD_AVRO=Y -DBUILD_CDC=Y
|
||||
```
|
||||
|
||||
Release build:
|
||||
```
|
||||
-DBUILD_TESTS=N -DFAKE_CODE=N -DBUILD_MMMON=Y -DBUILD_AVRO=Y -DBUILD_CDC=Y
|
||||
-DBUILD_TESTS=N -DFAKE_CODE=N -DBUILD_AVRO=Y -DBUILD_CDC=Y
|
||||
```
|
||||
|
||||
Build scripts automatically add all other necessary flags (e.g. -DPACKAGE=Y)
|
||||
|
||||
Reference in New Issue
Block a user