Commit 57654c88 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Update slow_query_log_file configuration syntax to match upstream's

parent 21781fa2
...@@ -61,9 +61,11 @@ query_cache_size = 16M ...@@ -61,9 +61,11 @@ query_cache_size = 16M
# #
log_error = /var/log/mysql/error.log log_error = /var/log/mysql/error.log
# #
# Here you can see queries with especially long duration # Enable the slow query log to see queries with especially long duration
#log_slow_queries = /var/log/mysql/mysql-slow.log #slow_query_log_file = /var/log/mysql/mariadb-slow.log
#long_query_time = 2 #long_query_time = 10
#log_slow_rate_limit = 1000
#log_slow_verbosity = query_plan
#log-queries-not-using-indexes #log-queries-not-using-indexes
# #
# The following can be used as easy to replay backup logs or for replication. # The following can be used as easy to replay backup logs or for replication.
......
...@@ -14,6 +14,8 @@ mariadb-10.0 (10.0.23-2) UNRELEASED; urgency=low ...@@ -14,6 +14,8 @@ mariadb-10.0 (10.0.23-2) UNRELEASED; urgency=low
* Move mysql_upgrade to server core package so that Akonadi and similar * Move mysql_upgrade to server core package so that Akonadi and similar
core package consumers can upgrade the database. Also update control file core package consumers can upgrade the database. Also update control file
with breaks/replaces to allow smooth upgrades (Closes: #793977). with breaks/replaces to allow smooth upgrades (Closes: #793977).
* Update slow_query_log_file configuration syntax to match upstream's. Also
fixes #677222 in MariaDB packages.
-- Otto Kekäläinen <otto@seravo.fi> Mon, 28 Dec 2015 09:51:36 +0200 -- Otto Kekäläinen <otto@seravo.fi> Mon, 28 Dec 2015 09:51:36 +0200
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment