Commit e7d38741 authored by serg@serg.mysql.com's avatar serg@serg.mysql.com
Browse files

Merge

parents ea757126 52c3e6bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41000,6 +41000,7 @@ Fixed bug when using @code{DISTINCT} on results from functions that refered to
a group function, like
@code{SELECT a,DISTINCT SEC_TO_TIME(sum(a)) from table_name GROUP BY a,b}.
@item
Fixed buffer overrun in @code{libmysqlclient} library.
Fixed bug in handling @code{STOP} event after @code{ROTATE} event in
replication.
@item