From 3cb4cfa30af16bdf8d536713ff8dd40d962ed4e4 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 17 Apr 2002 13:19:41 -0500 Subject: [PATCH] manual.texi Added missing change 3.23.26 note about renaming of manual.texi FLUSH MASTER/SLAVE to RESET MASTER/SLAVE. Docs/manual.texi: - Added missing change not about renming of FLUSH MASTER/SLAVE to RESET MASTER/SLAVE. --- Docs/manual.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Docs/manual.texi b/Docs/manual.texi index b74425cac42..df3aed3451d 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -50720,6 +50720,9 @@ Small portability fixes. @itemize @bullet @item +Renamed @code{FLUSH MASTER} and @code{FLUSH SLAVE} to @code{RESET MASTER} +and @code{RESET SLAVE}. +@item Fixed @code{<>} to work properly with @code{NULL}. @item Fixed a problem with @code{SUBSTRING_INDEX()} and @code{REPLACE()}.