polardbxengine/mysql-test/suite/ndb_rpl/t/ndb_connect_to_primary.inc

10 lines
160 B
PHP

# Use a variable to decide which cluster is 'Primary'
if (!$SWITCH_CLUSTER_ROLES)
{
--connection master
}
if ($SWITCH_CLUSTER_ROLES)
{
--connection slave
}