summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorpem@mysql.com <>2002-10-17 10:58:30 +0200
committerpem@mysql.com <>2002-10-17 10:58:30 +0200
commit98c4101b6ef50f7fa1eb0ff0e3f3652c7fd266c4 (patch)
treee9c70ddacb599d1d0bcbcfcea6838b1b191e97c6 /Docs
parent10436bf902f289a8c4e3014d110ad72165c2227f (diff)
downloadmariadb-git-98c4101b6ef50f7fa1eb0ff0e3f3652c7fd266c4.tar.gz
Added Change note about the fixed join parsing, allowing (removing) braces.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index c53bd24ac86..52de7941db0 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -50826,6 +50826,12 @@ original @code{--ignore-spaces} in @code{mysqlclient}. (Both syntaxes will
work).
@item
Don't require @code{UPDATE} privilege when using @code{REPLACE}.
+@item
+Allow braces in joins in all positions. Formerly, things like
+@code{SELECT * FROM (t2 LEFT JOIN t3 USING (a)), t1} worked, but
+not @code{SELECT * FROM t1, (t2 LEFT JOIN t3 USING (a))}. Note that
+braces are simply removed, they do not change the way the join is
+executed.
@end itemize
@node News-4.0.4, News-4.0.3, News-4.0.5, News-4.0.x