From 165bb391f0bed73434bd4cb201049df930e8d66e Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 22 Jun 2023 11:26:49 +0800 Subject: [PATCH] MDL-78212 core: Add note that drivers extending mysqli also support compression --- config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-dist.php b/config-dist.php index ede6566825f..2cee359e9f1 100644 --- a/config-dist.php +++ b/config-dist.php @@ -94,7 +94,7 @@ $CFG->dboptions = array( // 'clientcompress' => true // Use compression protocol to communicate with the database server. // Decreases traffic from the database server. // Not needed if the databse is on the same host. - // Currently supported only with mysqli driver. + // Currently supported only with mysqli, mariadb, and aurora drivers. /* 'connecttimeout' => null, // Set connect timeout in seconds. Not all drivers support it. 'readonly' => [ // Set to read-only slave details, to get safe reads