diff options
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index ad6aa0b1fd4..a5567f00566 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46872,6 +46872,8 @@ Added @code{slave-skip-errors} option Added statistics variables for all MySQL commands. (@code{SHOW STATUS} is now much longer). @item +Fixed default values for InnoDB tables. +@item Fixed that @code{GROUP BY expr DESC} works. @item Fixed bug when using @code{t1 LEFT JOIN t2 ON t2.key=constant}. |