Commit 2d075bd9 authored by unknown's avatar unknown

manual.texi Change note mods, 4.0.2.

manual.texi	Fix a too-long-line in query example.


Docs/manual.texi:
  Change note mods, 4.0.2.
  Fix a too-long-line in query example.
parent 5bfcbd1f
...@@ -48919,13 +48919,13 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. ...@@ -48919,13 +48919,13 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet @itemize @bullet
@item @item
Fixed @code{SIGINT} and @code{SIGQUIT} problems in mysql.cc Fixed @code{SIGINT} and @code{SIGQUIT} problems in @file{mysql.cc}.
@item @item
Fixed bug in convert.cc, which is caused by having a wrong net_store_length Fixed bug in @file{convert.cc}, which is caused by having an incorrect
linked in CONVERT::store method @code{net_store_length()} linked in the @code{CONVERT::store()} method.
@item @item
@code{DOUBLE} and @code{FLOAT} columns are now honoring the @code{DOUBLE} and @code{FLOAT} columns now honor the @code{UNSIGNED} flag
@code{UNSIGNED} flag on storage. on storage.
@item @item
@code{InnoDB} now retains foreign key constraints through @code{ALTER TABLE} @code{InnoDB} now retains foreign key constraints through @code{ALTER TABLE}
and @code{CREATE/DROP INDEX}. and @code{CREATE/DROP INDEX}.
...@@ -51940,7 +51940,7 @@ Fixed some compilation problems. ...@@ -51940,7 +51940,7 @@ Fixed some compilation problems.
@itemize @bullet @itemize @bullet
@item @item
A new table handler library (@code{MyISAM}) with a lot of new features. A new table handler library (@code{MyISAM}) with a lot of new features.
@xref{MyISAM}. @xref{MyISAM, , @code{MyISAM}}.
@item @item
You can create in-memory @code{HEAP} tables which are extremely fast for You can create in-memory @code{HEAP} tables which are extremely fast for
lookups. lookups.
...@@ -51991,7 +51991,8 @@ Allow creation of @code{CHAR(0)} columns. ...@@ -51991,7 +51991,8 @@ Allow creation of @code{CHAR(0)} columns.
An example procedure is added: @code{analyse}, file: @file{sql_analyse.c}. An example procedure is added: @code{analyse}, file: @file{sql_analyse.c}.
This will describe the data in your query. Try the following: This will describe the data in your query. Try the following:
@example @example
SELECT ... FROM ... WHERE ... PROCEDURE ANALYSE([max elements,[max memory]]) SELECT ... FROM ...
WHERE ... PROCEDURE ANALYSE([max elements,[max memory]])
@end example @end example
This procedure is extremely useful when you want to check the data in your This procedure is extremely useful when you want to check the data in your
...@@ -52181,7 +52182,7 @@ Fixed problem when storing numbers in timestamps. ...@@ -52181,7 +52182,7 @@ Fixed problem when storing numbers in timestamps.
@item @item
Fix problem with timezones that have half hour offsets. Fix problem with timezones that have half hour offsets.
@item @item
@code{mysqlhotcopy} - fast on-line hot-backup utility for local MySQL Added @code{mysqlhotcopy}, a fast on-line hot-backup utility for local MySQL
databases. By Tim Bunce. databases. By Tim Bunce.
@item @item
New more secure @code{mysqlaccess}. Thanks to Steve Harvey for this. New more secure @code{mysqlaccess}. Thanks to Steve Harvey for this.
...@@ -52285,7 +52286,8 @@ Fixed problem when sorting on big blob columns. ...@@ -52285,7 +52286,8 @@ Fixed problem when sorting on big blob columns.
@itemize @bullet @itemize @bullet
@item @item
Fixed core dump with empty @code{BLOB/TEXT} column to @code{REVERSE()}. Fixed core dump with empty @code{BLOB/TEXT} column argument to
@code{REVERSE()}.
@item @item
Extended @code{/*! */} with version numbers. Extended @code{/*! */} with version numbers.
@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