diff options
author | monty@donna.mysql.com <> | 2001-01-29 13:59:26 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-01-29 13:59:26 +0200 |
commit | 0b470dd3538f36185c8421d22933e1fb4e02e2ea (patch) | |
tree | be3a37630c32b46c03b74e99d228398546b74fa3 /Docs | |
parent | af307c747e24a76f9e86997843225aa6d1c91f17 (diff) | |
parent | fffc9bd2704d2da57d0c03ab17e1482fea6d2dea (diff) | |
download | mariadb-git-0b470dd3538f36185c8421d22933e1fb4e02e2ea.tar.gz |
Merge
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index bbd6cfe7486..70e6f29fc76 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -40942,12 +40942,12 @@ a group function, like @code{SELECT a,DISTINCT SEC_TO_TIME(sum(a)) from table_name GROUP BY a,b}. @item Fixed bug in handling @code{STOP} event after @code{ROTATE} event in -replication +replication. @item -Fixed another buffer overrun in @code{DROP DATABASE} +Fixed another buffer overrun in @code{DROP DATABASE}. @item Added @code{Table_locks_immediate} and @code{Table_locks_waited} status -variables +variables. @item Fixed bug in replication that broke slave server start with existing @code{master.info}. This fixes a bug introduced in 3.23.32. |