manual.texi Change note mods, 4.0.[12].

Manual_style_guidelines.txt	put back item I lost after manual merge.
parent 7b101d5f
...@@ -140,6 +140,12 @@ transaction safe, replication safe. ...@@ -140,6 +140,12 @@ transaction safe, replication safe.
Write wildcard, not wild card or wild-card. Write wildcard, not wild card or wild-card.
Use "indexes", not "indices": Adding indexes to a table will improve the
performance of SELECT statements.
Exception: when returning to array elements, use "indices": The elements
of the array may be accessed using numeric indices, where the index
values ranges from 0 to n.
Write "heavy-load production systems" (used as an adjective), Write "heavy-load production systems" (used as an adjective),
but "...used under heavy load" (used on its own). but "...used under heavy load" (used on its own).
...@@ -252,4 +258,3 @@ Paul, I think we should also decide whether to write Version or version, and in ...@@ -252,4 +258,3 @@ Paul, I think we should also decide whether to write Version or version, and in
After a semicolon, don't use uppercase. It is NOT the start of a new sentence! After a semicolon, don't use uppercase. It is NOT the start of a new sentence!
It's "unstable", not "instable". ;-) It's "unstable", not "instable". ;-)
...@@ -49084,7 +49084,7 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. ...@@ -49084,7 +49084,7 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet @itemize @bullet
@item @item
Query cache disabled in mysqldump. Query cache disabled in @code{mysqldump}.
@item @item
Fixed problem on Windows 98 that made sending of results very slow. Fixed problem on Windows 98 that made sending of results very slow.
@item @item
...@@ -49258,7 +49258,7 @@ output. ...@@ -49258,7 +49258,7 @@ output.
Fixed bug when @code{HANDLER} was used with some unsupported table type. Fixed bug when @code{HANDLER} was used with some unsupported table type.
@item @item
@code{mysqldump} now puts @code{ALTER TABLE tbl_name DISABLE KEYS} and @code{mysqldump} now puts @code{ALTER TABLE tbl_name DISABLE KEYS} and
@code{ALTER TABLE tbl_name DISABLE KEYS} in the sql dump. @code{ALTER TABLE tbl_name ENABLE KEYS} in the sql dump.
@item @item
Added @code{mysql_fix_extensions} script. Added @code{mysql_fix_extensions} script.
@item @item
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment