Skip to content

Commit

Permalink
Add performance_schema=on to my-cnf
Browse files Browse the repository at this point in the history
  • Loading branch information
Daemonxiao committed Feb 28, 2023
1 parent 5b3f8de commit de51e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -82,6 +82,7 @@ jobs:
; TestConcurrent fails if max_connections is too large
max_connections=50
local_infile=1
performance_schema=on
- name: setup database
run: |
mysql --user 'root' --host '127.0.0.1' -e 'create database gotest;'
Expand Down

0 comments on commit de51e0d

Please sign in to comment.