diff options
-rw-r--r-- | Docs/manual.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 2386792ed12..1bb9e293c32 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -5280,6 +5280,7 @@ Replication should work with @code{RAND()} and user variables @code{@@var}. Online backup with very low performance penalty. The online backup will make it easy to add a new replication slave without taking down the master. +@item Allow @code{DELETE} on @code{MyISAM} tables to use the record cache. To do this, we need to update the threads record cache when we update the @code{.MYD} file. |