This is an automated email from the ASF dual-hosted git repository.
zhaojinchao 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 908cba0db8e Modify mysql e2e sql mode config to support mysql select
column not in aggregate column (#31600)
908cba0db8e is described below
commit 908cba0db8e1e2c22511ed86ea65fba71ba1a26c
Author: Zhengqiang Duan <[email protected]>
AuthorDate: Thu Jun 6 14:06:10 2024 +0800
Modify mysql e2e sql mode config to support mysql select column not in
aggregate column (#31600)
---
test/e2e/sql/src/test/resources/env/mysql/my.cnf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/e2e/sql/src/test/resources/env/mysql/my.cnf
b/test/e2e/sql/src/test/resources/env/mysql/my.cnf
index 6d55640b7b2..d707cc16cf1 100644
--- a/test/e2e/sql/src/test/resources/env/mysql/my.cnf
+++ b/test/e2e/sql/src/test/resources/env/mysql/my.cnf
@@ -23,7 +23,7 @@ binlog-format=row
binlog-row-image=full
max_connections=600
default-authentication-plugin=mysql_native_password
-sql_mode=
+sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
lower_case_table_names=1
# for mysql 8.0
secure_file_priv=/var/lib/mysql