List:Commits« Previous MessageNext Message »
From:Davi Arnaut Date:October 15 2008 11:35pm
Subject:bzr commit into mysql-6.0 branch (davi:2878)
View as plain text  
# At a local mysql-6.0 repository of davi

 2878 Davi Arnaut	2008-10-15
      Adjust wording. Suggested by Paul DuBois.
modified:
  sql/mysqld.cc

per-file messages:
  sql/mysqld.cc
    Adjust wording. Suggested by Paul DuBois.
=== modified file 'sql/mysqld.cc'
--- a/sql/mysqld.cc	2008-10-15 22:53:18 +0000
+++ b/sql/mysqld.cc	2008-10-15 23:35:09 +0000
@@ -6554,8 +6554,8 @@ Can't be set to 1 if --log-slave-updates
   {"skip-symlink", OPT_SKIP_SYMLINKS, "Don't allow symlinking of tables. Deprecated option.  Use --skip-symbolic-links instead.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
   {"skip-thread-priority", OPT_SKIP_PRIOR,
-   "Deprecated option: Don't give threads different priorities. "
-   "This option has no effect as the implied behavior is already the default.",
+   "Don't give threads different priorities. This option is deprecated "
+   "because it has no effect; the implied behavior is already the default.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
 #ifdef HAVE_REPLICATION
   {"slave-load-tmpdir", OPT_SLAVE_LOAD_TMPDIR,

Thread
bzr commit into mysql-6.0 branch (davi:2878) Davi Arnaut16 Oct