Skip to content

Commit 875d00d

Browse files
committed
add ci mysql opt flags
1 parent 2e78f6f commit 875d00d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@ jobs:
1515
MYSQL_DATABASE: "test"
1616
TZ: America/Los_Angeles
1717
ports:
18-
- "3306:3306"
18+
- 3306:3306
1919
options: >-
20+
--log-bin=mysql-bin
21+
--binlog-format=row
22+
--gtid-mode=ON
23+
--enforce-gtid-consistency=ON
24+
--binlog-transaction-dependency-tracking=WRITESET
25+
--transaction-write-set-extraction=XXHASH64
2026
--health-cmd="mysqladmin ping"
2127
--health-interval=10s
2228
--health-timeout=5s

0 commit comments

Comments
 (0)