Skip to content

Commit 5d3656c

Browse files
New versions of innodb are stricter about row size
1 parent 18d23b1 commit 5d3656c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/sql-mysql/templates/99-scripts-sql.cnf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ innodb_log_buffer_size=8M
8484
innodb_lock_wait_timeout=50
8585
innodb_thread_concurrency=200
8686
innodb_file_per_table
87+
innodb_strict_mode=off
8788
# 0 means flush every second
8889
# 1 means flush at COMMIT (ACID-compliant)
8990
# 2 means write at COMMIT, flush every second

0 commit comments

Comments
 (0)