We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d23b1 commit 5d3656cCopy full SHA for 5d3656c
ansible/roles/sql-mysql/templates/99-scripts-sql.cnf.j2
@@ -84,6 +84,7 @@ innodb_log_buffer_size=8M
84
innodb_lock_wait_timeout=50
85
innodb_thread_concurrency=200
86
innodb_file_per_table
87
+innodb_strict_mode=off
88
# 0 means flush every second
89
# 1 means flush at COMMIT (ACID-compliant)
90
# 2 means write at COMMIT, flush every second
0 commit comments