summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <paul@teton.kitebird.com>2002-04-09 09:32:43 -0500
committerunknown <paul@teton.kitebird.com>2002-04-09 09:32:43 -0500
commitbf71588304a322edb4b2552ed53b03c2f819ac2a (patch)
tree27cfcff2738910acea5b8c1d69f6a8c367a0e538 /Docs
parent753a501df0825f8cc29b6f2db787b639ca31c6be (diff)
downloadmariadb-git-bf71588304a322edb4b2552ed53b03c2f819ac2a.tar.gz
manual.texi Change note mod, 4.0.2.
Docs/manual.texi: Change note mod, 4.0.2.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 24625e59890..a325cc809e4 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -48943,9 +48943,10 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet
@item
-fixed that SQL_CALC_FOUND_ROWS works with UNIONs. It will work only if first
-select has this option and if there is global LIMIT for entire select. For the
-moment this requires using braces for individual select's.
+Fix @code{SQL_CALC_FOUND_ROWS} to work with @code{UNION}s. It will work only
+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
Don't give an error for @code{CREATE TABLE ...(... VARCHAR(0))}.
@item