[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
This commit is contained in:
2
stackrc
2
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
|
||||
|
||||
Reference in New Issue
Block a user