Skip to content

Commit c221e96

Browse files
Add the event_scheduler option to my.cnf.j2 with the default value of 'OFF'
1 parent fc84207 commit c221e96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ mysql_max_heap_table_size: "16M"
6868
# Other settings.
6969
mysql_lower_case_table_names: "0"
7070
mysql_wait_timeout: "28800"
71+
mysql_event_scheduler_state: "OFF"
7172

7273
# InnoDB settings.
7374
mysql_innodb_file_per_table: "1"

templates/my.cnf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ max_heap_table_size = {{ mysql_max_heap_table_size }}
8888
# Other settings.
8989
wait_timeout = {{ mysql_wait_timeout }}
9090
lower_case_table_names = {{ mysql_lower_case_table_names }}
91+
event_scheduler = {{ mysql_event_scheduler_state }}
9192

9293
# InnoDB settings.
9394
{% if mysql_supports_innodb_large_prefix %}

0 commit comments

Comments
 (0)