Turn mysql event scheduler off (#6640)

This commit is contained in:
Lucas Manuel Rodriguez
2022-07-13 13:50:58 -03:00
committed by GitHub
parent 75b956bcb9
commit 142f19f286
2 changed files with 8 additions and 9 deletions
-2
View File
@@ -12,7 +12,6 @@ services:
[
"mysqld",
"--datadir=/tmp/mysqldata",
"--event-scheduler=ON",
# These 3 keys run MySQL with GTID consistency enforced to avoid issues with production deployments that use it.
"--enforce-gtid-consistency=ON",
"--log-bin=bin.log",
@@ -38,7 +37,6 @@ services:
"--slow_query_log=1",
"--log_output=TABLE",
"--log-queries-not-using-indexes",
"--event-scheduler=ON",
"--innodb-file-per-table=OFF",
# These 3 keys run MySQL with GTID consistency enforced to avoid issues with production deployments that use it.
"--enforce-gtid-consistency=ON",