[packages/mysql] add more comments about log-output directive

glen glen at pld-linux.org
Thu May 1 13:15:40 CEST 2014


commit a08b7d4373117e32219a72ec068d109ef099c899
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu May 1 14:15:12 2014 +0300

    add more comments about log-output directive

 mysqld.conf | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/mysqld.conf b/mysqld.conf
index 199be5d..632ab02 100644
--- a/mysqld.conf
+++ b/mysqld.conf
@@ -3,7 +3,6 @@
 #
 # One can use all long options that the mysqld supports.
 # Run mysqld with --help to get a whole list of available options
-# $Id$
 
 # This section must be the first!
 [mysqld]
@@ -106,7 +105,14 @@ skip-networking
 # replication local log
 #max_relay_log_size=256M
 
+# https://dev.mysql.com/doc/refman/5.6/en/log-destinations.html
 # global option where logs be written
+# affects slow-query-log, general-log direcives
+# Possible values: FILE, TABLE
+# NOTE: when using table, you can switch to MyISAM, but the contents is still
+# not replicated, also mysqldump will not dump data, only create table
+# statements
+#log-output = TABLE
 log-output = FILE
 
 # mysqld error log (stderr)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/a08b7d4373117e32219a72ec068d109ef099c899



More information about the pld-cvs-commit mailing list