Skip to content

Commit

Permalink
#11 - Update initial queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Mar 22, 2020
1 parent d4cb913 commit 1064113
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/mysql.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ modules:
initial_queries:
- "SET NAMES utf8;"
- "CREATE DATABASE IF NOT EXISTS `%MYSQL_TEST_DB_DATABASE%`"
- "SET sql_mode='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'"
- "SET GLOBAL sql_mode='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'"
- "SET GLOBAL FOREIGN_KEY_CHECKS=1"
- "USE `%MYSQL_TEST_DB_DATABASE%`"
step_decorators: ~

0 comments on commit 1064113

Please sign in to comment.