Skip to content

Commit 8f332a2

Browse files
committed
Fix table
1 parent b04e496 commit 8f332a2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ This role accept this variables:
4141
| `mysql_replica_user` | `no` | `replica` | MySQL replica user. Used for all the replica operations |
4242
| `mysql_replica_password` | `no` | `rEpL1c4p4Sw0,rd` | Password of replica user |
4343
| `mysql_replication_mode` | `no` | `` | [InnoDB Cluster](https://dev.mysql.com/doc/refman/8.0/en/mysql-innodb-cluster-introduction.html), [GTID](https://dev.mysql.com/doc/mysql-replication-excerpt/5.6/en/replication-gtids.html), Empty/None (default) |
44-
45-
| `mysql_gr_name` | `no` | | `` | Required if *mysql_replication_mode* is set to *InnoDB Cluster*. UUID of the Group Replication |
46-
| `mysql_gr_vcu` | `no` | | `` | Required if *mysql_replication_mode* is set to *InnoDB Cluster*. Group Replication [view change uuid](https://dev.mysql.com/doc/refman/8.0/en/group-replication-options.html#sysvar_group_replication_view_change_uuid) |
47-
| `mysql_innodb_cluster_name` | `no` | | `` | Required if *mysql_replication_mode* is set to *InnoDB Cluster*. The name of MySQL InnoDB Cluster |
44+
| `mysql_gr_name` | `no` | `` | Required if *mysql_replication_mode* is set to *InnoDB Cluster*. UUID of the Group Replication |
45+
| `mysql_gr_vcu` | `no` | `` | Required if *mysql_replication_mode* is set to *InnoDB Cluster*. Group Replication [view change uuid](https://dev.mysql.com/doc/refman/8.0/en/group-replication-options.html#sysvar_group_replication_view_change_uuid) |
46+
| `mysql_innodb_cluster_name` | `no` | `` | Required if *mysql_replication_mode* is set to *InnoDB Cluster*. The name of MySQL InnoDB Cluster |
4847

4948
### Vagrant up, build the test infrastructure
5049

0 commit comments

Comments
 (0)