From c0e64b9f02634432663b412aa1f21008d247f2f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 18 Sep 2002 10:35:29 -0500 Subject: [PATCH] manual.texi minor fixes Docs/manual.texi: minor fixes --- Docs/manual.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index e1ab6664313..2d238412f13 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -8361,7 +8361,7 @@ and not only the first argument. @item @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. -@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 anymore, even if you delete some rows from the table. @@ -13404,7 +13404,7 @@ mysql> SELECT * FROM shop; * example-Foreign keys:: Using foreign keys * Searching on two keys:: Searching on Two Keys * Calculating days:: Calculating Visits Per Day -* example-AUTO_INCREMENT:: Using AUTO_INCREMENT +* example-AUTO_INCREMENT:: Using @code{AUTO_INCREMENT} @end menu