Style fix.

This commit is contained in:
unknown 2002-06-07 12:39:16 +10:00
parent fb104d76b5
commit 15c99d52a2

View File

@ -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 Added missing mutex in @code{TRUNCATE TABLE}; This fixes some core
dump/hangup problems when using @code{TRUNCATE TABLE}. dump/hangup problems when using @code{TRUNCATE TABLE}.
@item @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 @item
Fixed that @code{ALTER TABLE table_name RENAME new_table_name} is as fast Fixed that @code{ALTER TABLE table_name RENAME new_table_name} is as fast
as @code{RENAME TABLE}. as @code{RENAME TABLE}.