From 2979b867d7b531b659f40a53917827809c7e406e Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Tue, 6 Aug 2024 12:27:20 +0545 Subject: [PATCH] Require MySQL where direct query is used --- features/export.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/export.feature b/features/export.feature index 33bf4989..d9fd2e94 100644 --- a/features/export.feature +++ b/features/export.feature @@ -788,6 +788,7 @@ Feature: Export content. """ + @require-mysql Scenario: Export without splitting the dump Given a WP install # Make export file > 15MB so will split by default. Need to split into 4 * 4MB to stay below 10% of default redo log size of 48MB, otherwise get MySQL error.