Skip to content

Commit

Permalink
Increase table_definition_cache to work around MySQL 5.6 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Jan 8, 2024
1 parent 42211f0 commit d663e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ services:

mysql-5-6:
image: mysql:5.6.50
command: mysqld
command: mysqld --table_definition_cache=2000
restart: unless-stopped
platform: linux/x86_64
environment:
Expand Down

0 comments on commit d663e89

Please sign in to comment.