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