Skip to content

Commit

Permalink
Merge pull request #135 from rails/revert-134-disable_innodb_snapshot…
Browse files Browse the repository at this point in the history
…_isolation

Revert "Disable `innodb_snapshot_isolation` for MariaDB"
  • Loading branch information
kamipo authored Dec 11, 2024
2 parents d3feeae + 5a69454 commit fbcfe20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ services:
test: healthcheck.sh --su-mysql --connect --innodb_initialized
interval: 1s
retries: 60
volumes:
- "./mysql-initdb.d:/docker-entrypoint-initdb.d"
- "./mariadb-conf.d/mariadb.cnf:/etc/mysql/conf.d/mariadb.cnf"

postgres:
image: "${POSTGRES_IMAGE-postgres:alpine}"
Expand Down
2 changes: 0 additions & 2 deletions mariadb-conf.d/mariadb.cnf

This file was deleted.

4 changes: 2 additions & 2 deletions pipelines/rails-ci/pipeline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
rake "activerecord", task: "mysql2:test",
service: "mariadb",
label: "[mariadb]",
env: { MYSQL_IMAGE: "mariadb:latest" }
env: { MYSQL_IMAGE: "mariadb:lts" }

rake "activerecord", task: "mysql2:test",
service: "mysqldb",
Expand Down Expand Up @@ -119,7 +119,7 @@
rake "activerecord", task: "trilogy:test",
service: "mariadb",
label: "[mariadb]",
env: { MYSQL_IMAGE: "mariadb:latest" }
env: { MYSQL_IMAGE: "mariadb:lts" }

rake "activerecord", task: "trilogy:test",
service: "mysqldb",
Expand Down

0 comments on commit fbcfe20

Please sign in to comment.