Merge paul@work.mysql.com:/home/bk/mysql-4.0

into teton.kitebird.com:/home/paul/mysql-4.0


Docs/manual.texi:
  Auto merged
This commit is contained in:
unknown 2002-09-18 10:37:59 -05:00
commit ef0ae3f97d

View File

@ -8363,7 +8363,7 @@ and not only the first argument.
@item @item
@code{AUTO_INCREMENT} will not work with negative numbers. The reason @code{AUTO_INCREMENT} will not work with negative numbers. The reason
for this is that negative numbers caused problems when wrapping from -1 to 0. for this is that negative numbers caused problems when wrapping from -1 to 0.
@code{AUTO_INCREMENT} for MyISAM tables is no handled at a lower level and @code{AUTO_INCREMENT} for MyISAM tables is now handled at a lower level and
is much faster than before. For MyISAM tables old numbers are also not reused is much faster than before. For MyISAM tables old numbers are also not reused
anymore, even if you delete some rows from the table. anymore, even if you delete some rows from the table.
@ -13406,7 +13406,7 @@ mysql> SELECT * FROM shop;
* example-Foreign keys:: Using foreign keys * example-Foreign keys:: Using foreign keys
* Searching on two keys:: Searching on Two Keys * Searching on two keys:: Searching on Two Keys
* Calculating days:: Calculating Visits Per Day * Calculating days:: Calculating Visits Per Day
* example-AUTO_INCREMENT:: Using AUTO_INCREMENT * example-AUTO_INCREMENT:: Using @code{AUTO_INCREMENT}
@end menu @end menu