Skip to content

Commit de51e0d

Browse files
committed
Add performance_schema=on to my-cnf
1 parent 5b3f8de commit de51e0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
; TestConcurrent fails if max_connections is too large
8383
max_connections=50
8484
local_infile=1
85+
performance_schema=on
8586
- name: setup database
8687
run: |
8788
mysql --user 'root' --host '127.0.0.1' -e 'create database gotest;'

0 commit comments

Comments
 (0)