Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Faustin Lammler
mariadb-10.1
Commits
57654c88
Commit
57654c88
authored
Jan 10, 2016
by
Otto Kekäläinen
Browse files
Update slow_query_log_file configuration syntax to match upstream's
parent
21781fa2
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/additions/mariadb.conf.d/50-server.cnf
View file @
57654c88
...
@@ -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.
...
...
debian/changelog
View file @
57654c88
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment