This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a3f26e86ae Remove useless my.cnf files (#36519)
2a3f26e86ae is described below

commit 2a3f26e86ae28f292c4acb6a2b1da699b094c452
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Sep 10 19:20:19 2025 +0800

    Remove useless my.cnf files (#36519)
---
 .../pipeline/src/test/resources/env/mysql/5/my.cnf | 31 --------------------
 .../pipeline/src/test/resources/env/mysql/8/my.cnf | 34 ----------------------
 2 files changed, 65 deletions(-)

diff --git a/test/e2e/operation/pipeline/src/test/resources/env/mysql/5/my.cnf 
b/test/e2e/operation/pipeline/src/test/resources/env/mysql/5/my.cnf
deleted file mode 100644
index 5e034f5c393..00000000000
--- a/test/e2e/operation/pipeline/src/test/resources/env/mysql/5/my.cnf
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-[mysql]
-
-[mysqld]
-character-set-server=utf8mb4
-collation-server=utf8mb4_general_ci
-log-bin=mysql-bin
-binlog-format=row
-binlog-row-image=full
-max_connections=600
-lower_case_table_names=1
-innodb_lock_wait_timeout=5
-default-time-zone='+00:00'
-default-authentication-plugin=mysql_native_password
-sql_mode=
diff --git a/test/e2e/operation/pipeline/src/test/resources/env/mysql/8/my.cnf 
b/test/e2e/operation/pipeline/src/test/resources/env/mysql/8/my.cnf
deleted file mode 100644
index 7bfabebe18a..00000000000
--- a/test/e2e/operation/pipeline/src/test/resources/env/mysql/8/my.cnf
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-[mysql]
-
-[mysqld]
-character-set-server=utf8mb4
-collation-server=utf8mb4_general_ci
-log-bin=mysql-bin
-binlog-format=row
-binlog-row-image=full
-max_connections=600
-lower_case_table_names=1
-innodb_lock_wait_timeout=5
-default-time-zone='+00:00'
-default-authentication-plugin=caching_sha2_password
-sql_mode=
-
-# For MySQL 8.0
-secure_file_priv=/var/lib/mysql

Reply via email to