diff options
author | unknown <monty@tik.mysql.fi> | 2001-03-15 00:10:52 +0200 |
---|---|---|
committer | unknown <monty@tik.mysql.fi> | 2001-03-15 00:10:52 +0200 |
commit | 0c56348283b377bfaf9b606f9d5c161589ecf336 (patch) | |
tree | d61e5489e2c280acf870fa42292c0388974090c4 /Docs | |
parent | 8d237d3e5fc8be0b926f4be112211586cadd82e0 (diff) | |
parent | 0035eab37bcd2501baf3cc5984e23294c487adf0 (diff) | |
download | mariadb-git-0c56348283b377bfaf9b606f9d5c161589ecf336.tar.gz |
Merge donna:/my/mysql into tik.mysql.fi:/home/my/mysql
Docs/manual.texi:
Auto merged
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index b58d5cf3342..d125866d5dc 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -42165,6 +42165,8 @@ Updated the documentation about @code{GEMINI} tables. Fixed thread-hang-bug in @code{INSERT DELAYED} when inserting @code{NULL} into an @code{AUTO_INCREMENT} column. @item +Fixed thread-hang bug in @code{CHECK TABLE} / @code{REPAIR TABLE}. +@item @code{REPLACE} will not replace a row that conflicts with an @code{auto_increment} generated key. @item |