diff options
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index cb15cdb5c6c..c82d5e3f91e 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -49402,6 +49402,8 @@ if the first @code{SELECT} has this option and if there is global @code{LIMIT} for the entire statement. For the moment, this requires using parentheses for individual @code{SELECT} queries within the statement. @item +Fixed bug in @code{SQL_CALC_FOUND_ROWS} and LIMIT. +@item Don't give an error for @code{CREATE TABLE ...(... VARCHAR(0))}. @item Fixed @code{SIGINT} and @code{SIGQUIT} problems in @file{mysql.cc} on Linux |