mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
manual.texi Change note mods, 4.0.[12].
Manual_style_guidelines.txt put back item I lost after manual merge.
This commit is contained in:
parent
7b101d5f81
commit
97e464ccfb
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||||
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}.
|
||||||
|
|
||||||
@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.
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue