Commit bb2e3e9d authored by sasha@mysql.sashanet.com's avatar sasha@mysql.sashanet.com
Browse files

pre-release updates

parent 634ba86a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -40591,6 +40591,13 @@ added to 3.23.
@appendixsubsec Changes in release 3.23.32
@itemize @bullet
@item
Fixed coredump when client aborted connection without mysql_close()
@item
Fixed bug in RESTORE TABLE when trying to restore from a non-existing
directory
@item
Fixed coredump on the slave replicating SET PASSWORD
@item
Added MASTER_POS_WAIT()
@end itemize
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
AM_INIT_AUTOMAKE(mysql, 3.23.31)
AM_INIT_AUTOMAKE(mysql, 3.23.32)
AM_CONFIG_HEADER(config.h)

PROTOCOL_VERSION=10