This is an automated email from the ASF dual-hosted git repository.
wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 929f4cf568 Remove replace sql_mode in dolphinscheduler_mysql.sql
(#15775)
929f4cf568 is described below
commit 929f4cf56851beb6a66cdbad8bd19583dc5adee8
Author: Wenjun Ruan <[email protected]>
AuthorDate: Thu Mar 28 15:30:55 2024 +0800
Remove replace sql_mode in dolphinscheduler_mysql.sql (#15775)
---
dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql | 2 --
1 file changed, 2 deletions(-)
diff --git
a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
index 7bde5063f1..39512d8c70 100644
--- a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
+++ b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
@@ -1065,8 +1065,6 @@ VALUES ('1', 'admin', '7ad2410b2f4c074479a8937a28a22b8f',
'0', '[email protected]', '',
-- ----------------------------
-- Table structure for t_ds_plugin_define
-- ----------------------------
-SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','') into @new_sql_mode;
-SET sql_mode=@new_sql_mode;
DROP TABLE IF EXISTS `t_ds_plugin_define`;
CREATE TABLE `t_ds_plugin_define` (
`id` int NOT NULL AUTO_INCREMENT,