Skip to content

Commit

Permalink
Add loose option
Browse files Browse the repository at this point in the history
```
        /home/yahonda/.rbenv/versions/3.3.6/lib/ruby/gems/3.3.0/gems/mysql2-0.5.6/lib/mysql2/client.rb:151:in `_query': Unknown system variable 'innodb_snapshot_isolation' (Mysql2::Error)
```
  • Loading branch information
yahonda committed Nov 29, 2024
1 parent 65b9699 commit 0ee5c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activerecord/test/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ connections:
<% end %>
variables:
time_zone: '+00:00'
innodb_snapshot_isolation: 'OFF'
loose_innodb_snapshot_isolation: 'OFF'
arunit2:
username: rails
encoding: utf8mb4
Expand Down Expand Up @@ -57,7 +57,7 @@ connections:
<% end %>
variables:
time_zone: '+00:00'
innodb_snapshot_isolation: 'OFF'
loose_innodb_snapshot_isolation: 'OFF'
arunit2:
username: rails
encoding: utf8mb4
Expand Down

0 comments on commit 0ee5c91

Please sign in to comment.