From c1f273a6c108c1412ca332649c6082bc9cfac337 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 26 Jul 2004 12:32:04 +0200 Subject: [PATCH 1/2] - typo fix: protocoll -> protocol --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 080c2bcc823..da3d9dfbb71 100644 --- a/configure.in +++ b/configure.in @@ -63,7 +63,7 @@ AC_SUBST(MYSQL_BASE_VERSION) AC_SUBST(MYSQL_VERSION_ID) AC_SUBST(PROTOCOL_VERSION) AC_DEFINE_UNQUOTED([PROTOCOL_VERSION], [$PROTOCOL_VERSION], - [mysql client protocoll version]) + [mysql client protocol version]) AC_SUBST(DOT_FRM_VERSION) AC_DEFINE_UNQUOTED([DOT_FRM_VERSION], [$DOT_FRM_VERSION], [Version of .frm files]) From d2aaa0f817f6e673931adb7299fbe3c19e6b1ed0 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 26 Jul 2004 17:41:52 +0300 Subject: [PATCH 2/2] Added info about new --log-warnings option. --- sql/mysqld.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 4fd13d33bab..83eb8bb864b 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -4523,7 +4523,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},