pre-release updates

parent 634ba86a
......@@ -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
......@@ -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
......
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