Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Remove unnecessary explicit_defaults_for_timestamp
Browse files Browse the repository at this point in the history
This is the default starting with 8.0.2
  • Loading branch information
electrum committed Apr 2, 2019
1 parent 5adeb7c commit 50cd916
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/io/airlift/testing/mysql/EmbeddedMySql.java
Expand Up @@ -170,7 +170,6 @@ private Process startMysqld()
"--no-defaults",
"--skip-ssl",
"--skip-mysqlx",
"--explicit_defaults_for_timestamp",
"--innodb-flush-method=nosync",
"--innodb-flush-log-at-trx-commit=0",
"--innodb-doublewrite=0",
Expand Down

0 comments on commit 50cd916

Please sign in to comment.