mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-7053: WSREP_STATUS & WSREP_MEMBERSHIP I_S tables
wsrep_info INFORMATION_SCHEMA plugin to provide WSREP_STATUS and WSREP_MEMBERSHIP tables.
This commit is contained in:
25
mysql-test/include/galera_end.inc
Normal file
25
mysql-test/include/galera_end.inc
Normal file
@ -0,0 +1,25 @@
|
||||
# galera_end.inc
|
||||
# ==============
|
||||
#
|
||||
# Description
|
||||
# -----------
|
||||
# Closes the connections opened via include/galera_init.inc
|
||||
#
|
||||
# Parameters
|
||||
# ----------
|
||||
# $galera_cluster_size
|
||||
# Number of nodes in the cluster.
|
||||
#
|
||||
|
||||
--let $_galera_node= $galera_cluster_size
|
||||
|
||||
while ($_galera_node)
|
||||
{
|
||||
if ($galera_debug)
|
||||
{
|
||||
--echo Disconnecting node_$_galera_node
|
||||
}
|
||||
--disconnect node_$_galera_node
|
||||
--dec $_galera_node
|
||||
}
|
||||
|
Reference in New Issue
Block a user