Skip to content

Commit

Permalink
innodb_flush_log_at_trx_commit=2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Aug 1, 2023
1 parent a958e9e commit af0d011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
loose-enable-named-pipe
socket=${{ steps.setup-mysql.outputs.base-dir }}/tmp/mysql.sock
max_connections=1000
innodb_flush_log_at_trx_commit=2
- name: create database sbtest
run: mysql -uroot -e "create database sbtest"
- name: sysbench oltp_read_write prepare
Expand Down

0 comments on commit af0d011

Please sign in to comment.