From 12ee8a3ef69815fce5a7c9772b6a93ccc76d5553 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 4 Jun 2002 13:29:33 +1000 Subject: [PATCH] Removed dup info from changelog (noted by Peter Zaitsev). --- Docs/manual.texi | 2 -- 1 file changed, 2 deletions(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index 27799f0f233..a0756f95fbc 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -49476,8 +49476,6 @@ specified with the @code{--sql-mode} option for @code{mysqld}. It disables unsigned arithmetic rules when it comes to subtraction. (This will make MySQL 4.0 behave more closely to 3.23 with @code{UNSIGNED} columns). @item -Added @code{WITH MAX_QUERIES_PER_HOUR=#} to @code{GRANT} command. -@item The result returned for all bit functions (@code{|}, @code{<<}, ...) is now of type @code{unsigned integer}. @item