From a253ef618a408162a72874c828bb95c7906ad05f Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 22 Dec 2025 09:52:30 +0100 Subject: [PATCH] CI: mysql 8.0 doesn't support innodb_large_prefix anymore --- .github/workflows/github_action_test_suite.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index b8566f6893..03609d57f0 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -71,7 +71,6 @@ jobs: character-set-server=utf8mb4 collation-server=utf8mb4_unicode_ci innodb_default_row_format=DYNAMIC - innodb_large_prefix=ON - name: Set up database (mysql) uses: ./.github/actions/setup-database