mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
Added MTR support for galera.
* include/galera_cluster.inc : Configures galera cluster with 2 nodes. * include/galera_init.inc : Opens named connection with all the nodes. * include/galera_end.inc : Closes all the connections. * include/galera_connect.inc : Opens a named connection with a single node. * include/galera_diff.inc : Runs a specified SQL query on all the nodes and diffs the output.
This commit is contained in:
10
mysql-test/include/galera_cluster.inc
Normal file
10
mysql-test/include/galera_cluster.inc
Normal file
@@ -0,0 +1,10 @@
|
||||
# galera_cluster.inc
|
||||
# ==================
|
||||
#
|
||||
# Description
|
||||
# -----------
|
||||
# Configure galera cluster with 2 nodes.
|
||||
#
|
||||
|
||||
--let $galera_cluster_size = 2
|
||||
--source include/galera_init.inc
|
Reference in New Issue
Block a user