Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-11-28 17:13:38+01:00, msvensson@neptunus.(none) +1 -0
Fix spelling error reported by Paul
sql/mysqld.cc@stripped, 2006-11-28 17:13:35+01:00, msvensson@neptunus.(none) +2 -2
Fix spelling error reported by Paul
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/work/my51-work
--- 1.593/sql/mysqld.cc 2006-11-28 17:13:44 +01:00
+++ 1.594/sql/mysqld.cc 2006-11-28 17:13:44 +01:00
@@ -2789,13 +2789,13 @@ static int init_common_variables(const c
!(log_output_options & LOG_NONE))
sql_print_warning("Although a path was specified for the "
"--log option, log tables are used. "
- "To enable logging to file use the --log-output option.");
+ "To enable logging to files use the --log-output option.");
if (opt_slow_log && opt_slow_logname && !(log_output_options &
LOG_FILE)
&& !(log_output_options & LOG_NONE))
sql_print_warning("Although a path was specified for the "
"--log-slow-queries option, log tables are used. "
- "To enable logging to file use the --log-output option.");
+ "To enable logging to files use the --log-output option.");
if (!opt_logname)
opt_logname= make_default_log_name(buff, ".log");
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2398) | msvensson | 28 Nov |