From 291a32ea4f36d43a1ba6747c58889f9a72902eba Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Tue, 20 Jan 2026 11:10:30 +1000 Subject: [PATCH] Flag HyperDB as a MySQL dropin. --- db.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/db.php b/db.php index 6643331..9bc03b3 100644 --- a/db.php +++ b/db.php @@ -232,6 +232,13 @@ class hyperdb extends wpdb { */ public $num_failed_queries = 0; + /** + * Let WordPress know this is a MySQL dropin. + * + * @see https://core.trac.wordpress.org/changeset/19060 + */ + public $is_mysql = true; + /** * Gets ready to make database connections * @param array db class vars