Commit f321098a authored by lenz@mysql.com's avatar lenz@mysql.com
Browse files

- Tagged 3.23.52 release

 - Added 3.23.53 News section to the manual
 - Updated version number in configure.in to 3.23.53
parent 9af31453
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -46868,6 +46868,7 @@ users use this code as the rest of the code and because of this we are
not yet 100% confident in this code.
@menu
* News-3.23.53::                Changes in release 3.23.53
* News-3.23.52::                Changes in release 3.23.52
* News-3.23.51::                Changes in release 3.23.51
* News-3.23.50::                Changes in release 3.23.50
@@ -46924,7 +46925,14 @@ not yet 100% confident in this code.
* News-3.23.0::                 Changes in release 3.23.0
@end menu
@node News-3.23.52, News-3.23.51, News-3.23.x, News-3.23.x
@node News-3.23.53, News-3.23.52, News-3.23.x, News-3.23.x
@appendixsubsec Changes in release 3.23.53
@itemize @bullet
@item
Add multithreaded stress tests for InnoDB
@end itemize
@appendixsubsec Changes in release 3.23.52
@itemize @bullet
+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.52)
AM_INIT_AUTOMAKE(mysql, 3.23.53)
AM_CONFIG_HEADER(config.h)

PROTOCOL_VERSION=10