MYSQL_VERSION=9.0

PREFIX=31

WHG=${PREFIX}00
RHG=${PREFIX}01
BHG=${PREFIX}02
OHG=${PREFIX}03

# dbdeployer uses a single container with 3 ports instead of 3 separate containers
# Tests that connect directly to MySQL backends need the correct hostname and port
MYSQL_PRIMARY_HOST=dbdeployer1
MYSQL_PRIMARY_PORT=3306

# Export hostgroup for TAP tests that need it
export TAP_REG_TEST_3549_AUTOCOMMIT_TRACKING___MYSQL_SERVER_HOSTGROUP=${WHG}
export TAP_MYSQL8_BACKEND_HG=${WHG}
