diff options
author | monty@hundin.mysql.fi <> | 2002-06-10 13:33:25 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-06-10 13:33:25 +0300 |
commit | ad04b7f677ed11f08aae85d6a0a42f0c341e280a (patch) | |
tree | da77e35875e5ea4fe29bf0d97a53ab041b985667 /Docs | |
parent | 2c274c64b9f42c9507b96205cf5e7a7f2a601253 (diff) | |
download | mariadb-git-ad04b7f677ed11f08aae85d6a0a42f0c341e280a.tar.gz |
Fixed bug in SQL_CALC_FOUND_ROWS + LIMIT
Diffstat (limited to 'Docs')
-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 |