Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul 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://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.2711 05/05/24 14:14:57 paul@stripped +1 -0
manual.texi:
Clarify effect of NO_ZERO_DATE, NO_ZERO_IN_DATE.
(Only a warning occurs if not in strict mode.)
Document --secure-auth option for mysql.
Docs/manual.texi
1.2932 05/05/24 14:14:21 paul@stripped +7 -4
Clarify effect of NO_ZERO_DATE, NO_ZERO_IN_DATE.
(Only a warning occurs if not in strict mode.)
Docs/manual.texi
1.2931 05/05/24 14:09:42 paul@stripped +6 -0
Document --secure-auth option for mysql.
# 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: paul
# Host: kite-hub.kitebird.com
# Root: /src/extern/MySQL/bk/mysqldoc
--- 1.2930/Docs/manual.texi 2005-05-24 14:06:06 -05:00
+++ 1.2932/Docs/manual.texi 2005-05-24 14:14:21 -05:00
@@ -20613,14 +20613,17 @@
@cindex NO_ZERO_DATE SQL mode
@item NO_ZERO_DATE
-Don't allow @code{'0000-00-00'} as a valid date. You can still insert zero
-dates with the @code{IGNORE} option.
+In strict mode, don't allow @code{'0000-00-00'} as a valid date. You can
+still insert zero dates with the @code{IGNORE} option. When not in strict
+mode, the date is accepted but a warning is generated.
(New in MySQL 5.0.2)
@cindex NO_ZERO_IN_DATE SQL mode
@item NO_ZERO_IN_DATE
-Don't accept dates where the month or day part is 0. If used with the
-@code{IGNORE} option, we insert a @code{'0000-00-00'} date for any such date.
+In strict mode, don't accept dates where the month or day part is 0. If
+used with the @code{IGNORE} option, we insert a @code{'0000-00-00'} date
+for any such date. When not in strict mode, the date is accepted but a
+warning is generated.
(New in MySQL 5.0.2)
@cindex ONLY_FULL_GROUP_BY SQL mode
@@ -39716,6 +39719,12 @@
you can override it by using @code{--safe-updates} on the command line.
See @ref{mysql Tips, , @command{mysql} Tips} for more information about
this option.
+
+@cindex @code{secure-auth}, @command{mysql} option
+@item --secure-auth
+Do not send passwords to the server in old (pre-4.1.1) format. This
+prevents connections except for servers that use the newer password format.
+This option was added in MySQL 4.1.1.
@cindex @code{show-warnings}, @command{mysql} option
@item --show-warnings
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.2711) | paul | 24 May |