Skip to content

Commit

Permalink
Update mysql from 8.0.22 to 8.0.28 in docker-compose (#161)
Browse files Browse the repository at this point in the history
This fixes the silly bug having a SUPER extra large Sort buffer (the size of your JSON blobs) even if not requested/nor sorting against that + how Drupal sorts.. at the field level instead of Entity!
  • Loading branch information
aksm authored Mar 16, 2022
1 parent d348e8b commit 8584b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- /drupalconfig
# see https://hub.docker.com/_/mysql/
db:
image: mysql:8.0.22
image: mysql:8.0.28
command: mysqld --default-authentication-plugin=mysql_native_password --max_allowed_packet=256M --sort_buffer_size=512K --binlog-expire-logs-seconds=172800
container_name: esmero-db
restart: always
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- /drupalconfig
# see https://hub.docker.com/_/mysql/
db:
image: mysql:8.0.22
image: mysql:8.0.28
command: mysqld --default-authentication-plugin=mysql_native_password --max_allowed_packet=256M --sort_buffer_size=512K --binlog-expire-logs-seconds=172800 --lower_case_table_names=1
container_name: esmero-db
restart: always
Expand Down

0 comments on commit 8584b61

Please sign in to comment.