From 07d497a6729c3274df14f037daaf7197b5f0c7c0 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Thu, 8 Nov 2018 09:47:01 +0200 Subject: [PATCH] Add empty line before numbered list in md-doc Without that empty line, the numbered list will not be a numbered list when the md-file is imported into KB. --- Documentation/Monitors/MariaDB-Monitor.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/Monitors/MariaDB-Monitor.md b/Documentation/Monitors/MariaDB-Monitor.md index dd6176001..8102dcbca 100644 --- a/Documentation/Monitors/MariaDB-Monitor.md +++ b/Documentation/Monitors/MariaDB-Monitor.md @@ -338,6 +338,7 @@ redirect the demoted old master. **Rejoin** joins a standalone server to the cluster or redirects a slave replicating from a server other than the master. A standalone server is joined by: + 1. Run the commands in `demotion_sql_file`. 2. Enable the *read\_only*-flag. 3. Disable scheduled server events (if event handling is on). @@ -350,6 +351,7 @@ STOP SLAVE, RESET SLAVE, CHANGE MASTER TO and START SLAVE commands. gtid:s. This destructive command is meant for situations where the gtid:s in the cluster are out of sync while the actual data is known to be in sync. The operation proceeds as follows: + 1. Reset gtid:s and delete binary logs on all servers: 1. Stop (STOP SLAVE) and delete (RESET SLAVE ALL) all slave connections. 2. Enable the *read\_only*-flag.