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.
This commit is contained in:
@ -338,6 +338,7 @@ redirect the demoted old master.
|
|||||||
**Rejoin** joins a standalone server to the cluster or redirects a slave
|
**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
|
replicating from a server other than the master. A standalone server is joined
|
||||||
by:
|
by:
|
||||||
|
|
||||||
1. Run the commands in `demotion_sql_file`.
|
1. Run the commands in `demotion_sql_file`.
|
||||||
2. Enable the *read\_only*-flag.
|
2. Enable the *read\_only*-flag.
|
||||||
3. Disable scheduled server events (if event handling is on).
|
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
|
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
|
cluster are out of sync while the actual data is known to be in sync. The
|
||||||
operation proceeds as follows:
|
operation proceeds as follows:
|
||||||
|
|
||||||
1. Reset gtid:s and delete binary logs on all servers:
|
1. Reset gtid:s and delete binary logs on all servers:
|
||||||
1. Stop (STOP SLAVE) and delete (RESET SLAVE ALL) all slave connections.
|
1. Stop (STOP SLAVE) and delete (RESET SLAVE ALL) all slave connections.
|
||||||
2. Enable the *read\_only*-flag.
|
2. Enable the *read\_only*-flag.
|
||||||
|
Reference in New Issue
Block a user