summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
authorunknown <jan@hundin.mysql.fi>2004-07-27 12:44:15 +0300
committerunknown <jan@hundin.mysql.fi>2004-07-27 12:44:15 +0300
commitea5ebe2a088582e4c229d55391bd75d97be0f13a (patch)
tree7e85f61fd2a8bcfe4b6892cc497d68c3d9aba173 /sql/mysqld.cc
parent4dd1655cadf2465845e6ae4e099a4a8df5283e20 (diff)
parent769aecbdfee675fc8b3ae9ab506a5585090ffcb3 (diff)
downloadmariadb-git-ea5ebe2a088582e4c229d55391bd75d97be0f13a.tar.gz
Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1
into hundin.mysql.fi:/home/jan/mysql-4.1 sql/mysqld.cc: Auto merged
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r--sql/mysqld.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index 869048cee93..ec55af0a021 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -4528,7 +4528,7 @@ replicating a LOAD DATA INFILE command.",
0, 0, 0, 0, 0, 0},
{"version", 'V', "Output version information and exit.", 0, 0, 0, GET_NO_ARG,
NO_ARG, 0, 0, 0, 0, 0, 0},
- {"log-warnings", 'W', "Log some not critical warnings to the log file.",
+ {"log-warnings", 'W', "Log some not critical warnings to the log file. Use this option twice, or --log-warnings=2 if you want 'Aborted connections' warning to be logged in the error log file.",
(gptr*) &global_system_variables.log_warnings,
(gptr*) &max_system_variables.log_warnings, 0, GET_ULONG, OPT_ARG, 1, 0, 0,
0, 0, 0},