diff options
author | unknown <arjen@fred.bitbike.com> | 2002-06-07 12:39:16 +1000 |
---|---|---|
committer | unknown <arjen@fred.bitbike.com> | 2002-06-07 12:39:16 +1000 |
commit | 15c99d52a2037d2a3f0b909dacd56aded6802c8b (patch) | |
tree | 190012a61533e3f3537a9159ce76fde5ad8a24e8 | |
parent | fb104d76b5a95cb7056288f4840776cfd5ee7899 (diff) | |
download | mariadb-git-15c99d52a2037d2a3f0b909dacd56aded6802c8b.tar.gz |
Style fix.
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index b5d263b310a..179e4d79924 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -49350,7 +49350,7 @@ Fixed mutex bug in replication when reading from master fails. Added missing mutex in @code{TRUNCATE TABLE}; This fixes some core dump/hangup problems when using @code{TRUNCATE TABLE}. @item -Fixed bug in multi-table @code{DELETE} when optimiser uses only indices +Fixed bug in multi-table @code{DELETE} when optimiser uses only indices. @item Fixed that @code{ALTER TABLE table_name RENAME new_table_name} is as fast as @code{RENAME TABLE}. |