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:
Esa Korhonen
2019-03-06 11:06:12 +02:00
parent 8abe1c8448
commit b07c53d532
11 changed files with 15 additions and 560 deletions

View File

@ -51,7 +51,7 @@ if [ $? == 0 ] ; then
export platform_family="debian"
fi
export cmake_flags=${cmake_flags:-"-DBUILD_TESTS=Y -DCMAKE_BUILD_TYPE=Debug -DBUILD_MMMON=Y -DBUILD_AVRO=Y -DBUILD_CDC=Y"}
export cmake_flags=${cmake_flags:-"-DBUILD_TESTS=Y -DCMAKE_BUILD_TYPE=Debug -DBUILD_AVRO=Y -DBUILD_CDC=Y"}
echo "cmake_flags=$cmake_flags"
export do_not_destroy_vm=${do_not_destroy_vm:-"no"}