diff options
author | arjen@co3064164-a.bitbike.com <> | 2001-11-05 17:58:29 +1000 |
---|---|---|
committer | arjen@co3064164-a.bitbike.com <> | 2001-11-05 17:58:29 +1000 |
commit | 8e2bfcb876314dc0bb334720b4eac7e70a3c4354 (patch) | |
tree | 0b5e29197d16a086b4c83c1ae393704eea634468 | |
parent | e013a062c386a6d7221657f086c3210f7d9dd4a2 (diff) | |
download | mariadb-git-8e2bfcb876314dc0bb334720b4eac7e70a3c4354.tar.gz |
Copy info on WEEK() change in 4.0 from change log to appropriate section.
Typo fix.
-rw-r--r-- | Docs/manual.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index c847ed5bc13..7099df60283 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -32433,6 +32433,9 @@ mysql> select WEEK('1998-12-31',1); -> 53 @end example +Note: in Version 4.0, @code{WEEK(#,0)} was changed to match the +calendar in the USA. + @findex YEAR() @item YEAR(date) Returns the year for @code{date}, in the range @code{1000} to @code{9999}: @@ -48869,7 +48872,7 @@ A new @code{HANDLER} interface to @code{MyISAM} tables. Added support for @code{INSERT} on @code{MERGE} tables. Patch from Benjamin Pflugmann. @item -Changed @code{WEEK(#,0)} to match the calender in the USA. +Changed @code{WEEK(#,0)} to match the calendar in the USA. @item @code{COUNT(DISTINCT)} is about 30% faster. @item |