Commit 5669798f authored by unknown's avatar unknown

manual.texi change notes update


Docs/manual.texi:
  change notes update
parent 68275c69
...@@ -41116,8 +41116,8 @@ not yet 100 % confident in this code. ...@@ -41116,8 +41116,8 @@ not yet 100 % confident in this code.
@appendixsubsec Changes in release 3.23.33 @appendixsubsec Changes in release 3.23.33
@itemize bullet @itemize bullet
@item @item
Fixed core-dump bug when using @code{GROUP BY} on an @code{ALIAS}, where Fixed core-dump bug when using @code{GROUP BY} on an alias, where
the @code{ALIAS} was the same as an existing column name. the alias was the same as an existing column name.
@item @item
Added @code{SEQUENCE()} as an example UDF function. Added @code{SEQUENCE()} as an example UDF function.
@item @item
...@@ -41135,10 +41135,10 @@ Fixed bug where @code{CASE} didn't work with @code{GROUP BY}. ...@@ -41135,10 +41135,10 @@ Fixed bug where @code{CASE} didn't work with @code{GROUP BY}.
@item @item
Added option @code{--sort-recover} to @code{myisamchk}. Added option @code{--sort-recover} to @code{myisamchk}.
@item @item
@code{myisamchk -S} and @code{OPTIMIZE TABLE} now works on Windows. @code{myisamchk -S} and @code{OPTIMIZE TABLE} now work on Windows.
@item @item
Fixed bug when using @code{DISTINCT} on results from functions that refered to Fixed bug when using @code{DISTINCT} on results from functions that referred
a group function, like to a group function, like
@code{SELECT a,DISTINCT SEC_TO_TIME(sum(a)) from table_name GROUP BY a,b}. @code{SELECT a,DISTINCT SEC_TO_TIME(sum(a)) from table_name GROUP BY a,b}.
@item @item
Fixed buffer overrun in @code{libmysqlclient} library. Fixed buffer overrun in @code{libmysqlclient} library.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment