Loading Docs/Manual_style_guidelines.txt +6 −1 Original line number Diff line number Diff line Loading @@ -140,6 +140,12 @@ transaction safe, replication safe. 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), but "...used under heavy load" (used on its own). Loading Loading @@ -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! It's "unstable", not "instable". ;-) Docs/manual.texi +2 −2 Original line number Diff line number Diff line Loading @@ -49084,7 +49084,7 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. @itemize @bullet @item Query cache disabled in mysqldump. Query cache disabled in @code{mysqldump}. @item Fixed problem on Windows 98 that made sending of results very slow. @item Loading Loading @@ -49258,7 +49258,7 @@ output. Fixed bug when @code{HANDLER} was used with some unsupported table type. @item @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 Added @code{mysql_fix_extensions} script. @item Loading
Docs/Manual_style_guidelines.txt +6 −1 Original line number Diff line number Diff line Loading @@ -140,6 +140,12 @@ transaction safe, replication safe. 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), but "...used under heavy load" (used on its own). Loading Loading @@ -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! It's "unstable", not "instable". ;-)
Docs/manual.texi +2 −2 Original line number Diff line number Diff line Loading @@ -49084,7 +49084,7 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. @itemize @bullet @item Query cache disabled in mysqldump. Query cache disabled in @code{mysqldump}. @item Fixed problem on Windows 98 that made sending of results very slow. @item Loading Loading @@ -49258,7 +49258,7 @@ output. Fixed bug when @code{HANDLER} was used with some unsupported table type. @item @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 Added @code{mysql_fix_extensions} script. @item