From 38aeef3dfeb7eafd06da803b9d87c46fcd467d7d Mon Sep 17 00:00:00 2001 From: warisniz02 Date: Mon, 9 Mar 2026 00:34:21 +0500 Subject: [PATCH] fix: remove force generator specific optons to mysql2 pool Signed-off-by: warisniz02 --- lib/mysql.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mysql.js b/lib/mysql.js index e8f7165c6..0d544ac05 100644 --- a/lib/mysql.js +++ b/lib/mysql.js @@ -129,6 +129,7 @@ function generateOptions(settings) { 'url', 'engine', 'collation', + 'force', ]; if (s.collation) { // Charset should be first 'chunk' of collation.