1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00
Files
mariadb-columnstore-engine/cmapi/failover/test/config-test.xml
mariadb-AlanMologorsky a079a2c944 MCOL-5496: Merge CMAPI code to engine repo.
[add] cmapi code to engine
2023-06-07 10:00:16 +03:00

19 lines
488 B
XML

<root>
<DesiredNodes>
<Node>node1</Node>
<Node>node2</Node>
<Node>node3</Node>
<Node>node4</Node>
</DesiredNodes>
<ActiveNodes>
<Node>node1</Node>
<Node>node2</Node>
<Node>node3</Node>
</ActiveNodes>
<InactiveNodes>
<Node>node4</Node>
</InactiveNodes>
<PrimaryNode>node2</PrimaryNode>
<ConfigRevision>1</ConfigRevision>
</root>