diff --git a/test/infra/infra-dbdeployer-mariadb10/docker/entrypoint.sh b/test/infra/infra-dbdeployer-mariadb10/docker/entrypoint.sh index d5edf1db3..26c775cbf 100755 --- a/test/infra/infra-dbdeployer-mariadb10/docker/entrypoint.sh +++ b/test/infra/infra-dbdeployer-mariadb10/docker/entrypoint.sh @@ -23,7 +23,6 @@ dbdeployer deploy replication "${MYSQL_VERSION}" \ --base-port=3305 \ -c log-slave-updates \ -c max_connections=500 \ - -c max_connect_errors=100000 \ -c max_binlog_size=100M \ -c plugin_load_add=ha_blackhole diff --git a/test/infra/infra-dbdeployer-mysql57-binlog/docker/entrypoint.sh b/test/infra/infra-dbdeployer-mysql57-binlog/docker/entrypoint.sh index 8f7411e8c..6407225a0 100755 --- a/test/infra/infra-dbdeployer-mysql57-binlog/docker/entrypoint.sh +++ b/test/infra/infra-dbdeployer-mysql57-binlog/docker/entrypoint.sh @@ -25,7 +25,6 @@ dbdeployer deploy replication "${MYSQL_VERSION}" \ -c log-slave-updates \ -c binlog_format=ROW \ -c max_connections=500 \ - -c max_connect_errors=100000 \ -c innodb_buffer_pool_size=128M \ -c innodb_log_file_size=32M \ -c innodb_flush_log_at_trx_commit=2 \ diff --git a/test/infra/infra-dbdeployer-mysql57/docker/entrypoint.sh b/test/infra/infra-dbdeployer-mysql57/docker/entrypoint.sh index 32ec432db..74c17c8bd 100755 --- a/test/infra/infra-dbdeployer-mysql57/docker/entrypoint.sh +++ b/test/infra/infra-dbdeployer-mysql57/docker/entrypoint.sh @@ -25,7 +25,6 @@ dbdeployer deploy replication "${MYSQL_VERSION}" \ -c log-slave-updates \ -c binlog_format=ROW \ -c max_connections=500 \ - -c max_connect_errors=100000 \ -c innodb_buffer_pool_size=128M \ -c innodb_log_file_size=32M \ -c innodb_flush_log_at_trx_commit=2 \ diff --git a/test/infra/infra-dbdeployer-mysql84-binlog/docker/entrypoint.sh b/test/infra/infra-dbdeployer-mysql84-binlog/docker/entrypoint.sh index cc548b287..7be4ee13f 100755 --- a/test/infra/infra-dbdeployer-mysql84-binlog/docker/entrypoint.sh +++ b/test/infra/infra-dbdeployer-mysql84-binlog/docker/entrypoint.sh @@ -26,7 +26,6 @@ dbdeployer deploy replication "${MYSQL_VERSION}" \ -c log-replica-updates \ -c binlog_format=ROW \ -c max_connections=500 \ - -c max_connect_errors=100000 \ -c local_infile=ON \ -c innodb_buffer_pool_size=128M \ -c innodb_redo_log_capacity=64M \ diff --git a/test/infra/infra-dbdeployer-mysql84/docker/entrypoint.sh b/test/infra/infra-dbdeployer-mysql84/docker/entrypoint.sh index 67dc51290..bfd964c18 100755 --- a/test/infra/infra-dbdeployer-mysql84/docker/entrypoint.sh +++ b/test/infra/infra-dbdeployer-mysql84/docker/entrypoint.sh @@ -26,7 +26,6 @@ dbdeployer deploy replication "${MYSQL_VERSION}" \ -c log-replica-updates \ -c binlog_format=ROW \ -c max_connections=500 \ - -c max_connect_errors=100000 \ -c local_infile=ON \ -c innodb_buffer_pool_size=128M \ -c innodb_redo_log_capacity=64M \