whhe opened a new pull request, #13662: URL: https://github.com/apache/dolphinscheduler/pull/13662
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request <!--(For example: This pull request adds checkstyle plugin).--> Support oceanbase in initial phase, user can use oceanbase mysql mode like mysql as meta database. ## Brief change log <!--*(for example:)* - *Add maven-checkstyle-plugin to root pom.xml* --> Modify `dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql` to compatible with oceanbase. - Modify the order of creating table statements, related to https://github.com/oceanbase/oceanbase/issues/1317 - Use temp variable to set `sql_mode`, while the original sql will get `ERROR 1235 (0A000): subqueries or stored function calls here not supported` ## Verify this pull request <!--*(Please pick either of the following options)*--> This change is manually verified by testing locally. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
