You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An old test started to fail on Travis. It seems like we need to adjust innodb_log_file_size.
Error log
--- FAIL: TestLongData (0.37s)
driver_test.go:155: error on exec [query too large to print]: Error 1118: The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size.
The text was updated successfully, but these errors were encountered:
Issue description
An old test started to fail on Travis. It seems like we need to adjust
innodb_log_file_size
.Error log
The text was updated successfully, but these errors were encountered: