Loading Docs/manual.texi +7 −0 Original line number Diff line number Diff line Loading @@ -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 configure.in +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Docs/manual.texi +7 −0 Original line number Diff line number Diff line Loading @@ -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
configure.in +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading