diff options
author | Sergei Golubchik <serg@mariadb.org> | 2022-09-26 19:21:24 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2022-10-04 12:28:04 +0200 |
commit | 8759967d1c53603ee63b7e28bdf6c76b80635073 (patch) | |
tree | bcc97cdc655d2a568df01ff2f155577d8b382b63 /debian | |
parent | 05c11953ab2d4a594ecd666376ab49b75f64a875 (diff) | |
download | mariadb-git-8759967d1c53603ee63b7e28bdf6c76b80635073.tar.gz |
MDEV-29625 Some clients/scripts refer to old slow log variables
Diffstat (limited to 'debian')
-rw-r--r-- | debian/additions/mariadb.conf.d/50-server.cnf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/additions/mariadb.conf.d/50-server.cnf b/debian/additions/mariadb.conf.d/50-server.cnf index 76e93e2bd30..5e958e9e697 100644 --- a/debian/additions/mariadb.conf.d/50-server.cnf +++ b/debian/additions/mariadb.conf.d/50-server.cnf @@ -56,11 +56,11 @@ bind-address = 127.0.0.1 # Enable this if you want to have error logging into a separate file #log_error = /var/log/mysql/error.log # Enable the slow query log to see queries with especially long duration -#slow_query_log_file = /var/log/mysql/mariadb-slow.log -#long_query_time = 10 +#log_slow_query_file = /var/log/mysql/mariadb-slow.log +#log_slow_query_time = 10 #log_slow_verbosity = query_plan,explain #log-queries-not-using-indexes -#min_examined_row_limit = 1000 +#log_slow_min_examined_row_limit = 1000 # The following can be used as easy to replay backup logs or for replication. # note: if you are setting up a replication slave, see README.Debian about |