diff options
author | unknown <arjen@fred.bitbike.com> | 2002-08-07 09:04:31 +1000 |
---|---|---|
committer | unknown <arjen@fred.bitbike.com> | 2002-08-07 09:04:31 +1000 |
commit | 66e84ed66b0a076e834a570cefafe9e7f68eacb8 (patch) | |
tree | b6664652c24c2e3f2a4845ebff85a0609ca57a4c /Docs | |
parent | a821c04f1c2c799fc53248a963135d0fe50a9cfc (diff) | |
download | mariadb-git-66e84ed66b0a076e834a570cefafe9e7f68eacb8.tar.gz |
Little fixups in changelog.
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 13d6425b469..861e13fa8cb 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -50125,10 +50125,10 @@ each individual 4.0.x release. @itemize @bullet @item -Fixed bug in multi-table update when updating a table confused do_select -in reading records from a cache +Fixed bug in multi-table @code{UPDATE}: when updating a table, +do_select confused in reading records from a cache @item -Fixed bug in multi-table update when several fields are referenced +Fixed bug in multi-table @code{UPDATE} when several fields were referenced from a single table @item Fixed bug in @code{REVOKE} that caused user resources to be randomly set. |