MYSQL_VERSION=8.4

WHG=2900
RHG=2901
BHG=2902
OHG=2903

# 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}
