From f77a4c199f24965055d954061557fb25faf4cbe3 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Sat, 20 Jul 2024 23:37:27 +0000 Subject: [PATCH] [stable only] Unset the default value of MYSQL_GATHER_PERFORMANCE This patch unsets the default value of MYSQL_GATHER_PERFORMANCE. That will avoid the installation of ``dbcounter``. In older releases, this installation is triggering an issue with the version of "setuptools", that requires a newer version of "packaging" that is being installed. Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/924815 Change-Id: I765d87c9c6899b19c2df84796bf92c0656a72d7a Closes-Bug: #2073585 (cherry picked from commit 123ac1b8e86b9da08c680621c10a2499ecff3a8a) --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index 848aaf5b54..6c92f0ed60 100644 --- a/stackrc +++ b/stackrc @@ -199,7 +199,7 @@ DATABASE_QUERY_LOGGING=$(trueorfalse False DATABASE_QUERY_LOGGING) # This can be used to turn on various non-default items in the # performance_schema that are of interest to us -MYSQL_GATHER_PERFORMANCE=$(trueorfalse True MYSQL_GATHER_PERFORMANCE) +MYSQL_GATHER_PERFORMANCE=$(trueorfalse False MYSQL_GATHER_PERFORMANCE) # This can be used to reduce the amount of memory mysqld uses while running. # These are unscientifically determined, and could reduce performance or