manual.texi, manual.de.texi:

  @Node name change Parenthesis -> Parentheses (from Paul DuBois)
parent 737d95d7
......@@ -30852,13 +30852,13 @@ mysql> select MOD(29,9);
@menu
* Parenthesis::
* Parentheses::
* Comparison Operators::
* Logical Operators::
* Control flow functions::
@end menu
@node Parenthesis, Comparison Operators, Non-typed Operators, Non-typed Operators
@node Parentheses, Comparison Operators, Non-typed Operators, Non-typed Operators
@c German node Klammer
@subsubsection Klammer
......@@ -30884,7 +30884,7 @@ mysql> select (1+2)*3;
@node Comparison Operators, Logical Operators, Parenthesis, Non-typed Operators
@node Comparison Operators, Logical Operators, Parentheses, Non-typed Operators
@c German node Vergleichsoperatoren
@subsubsection Vergleichsoperatoren
......@@ -29905,7 +29905,7 @@ unless otherwise indicated in the documentation for the operators and
functions involved in the expression.
@strong{Note:} There must be no whitespace between a function name and the
parenthesis following it. This helps the MySQL parser distinguish
parentheses following it. This helps the MySQL parser distinguish
between function calls and references to tables or columns that happen to
have the same name as a function. Spaces around arguments are permitted,
though.
......@@ -29952,14 +29952,14 @@ mysql> SELECT MOD(29,9);
@subsection Non-Type-Specific Operators and Functions
@menu
* Parenthesis:: Parentheses
* Parentheses:: Parentheses
* Comparison Operators:: Comparison Operators
* Logical Operators:: Logical Operators
* Control flow functions:: Control Flow Functions
@end menu
@node Parenthesis, Comparison Operators, Non-typed Operators, Non-typed Operators
@node Parentheses, Comparison Operators, Non-typed Operators, Non-typed Operators
@subsubsection Parentheses
@findex () (parentheses)
......@@ -29984,7 +29984,7 @@ mysql> SELECT (1+2)*3;
@node Comparison Operators, Logical Operators, Parenthesis, Non-typed Operators
@node Comparison Operators, Logical Operators, Parentheses, Non-typed Operators
@subsubsection Comparison Operators
@findex comparison operators
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment