Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
4aceb338
Commit
4aceb338
authored
Apr 10, 2002
by
arjen@george.bitbike.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi, manual.de.texi:
@Node name change Parenthesis -> Parentheses (from Paul DuBois)
parent
737d95d7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Docs/manual.de.texi
Docs/manual.de.texi
+3
-3
Docs/manual.texi
Docs/manual.texi
+4
-4
No files found.
Docs/manual.de.texi
View file @
4aceb338
...
@@ -30852,13 +30852,13 @@ mysql> select MOD(29,9);
...
@@ -30852,13 +30852,13 @@ mysql> select MOD(29,9);
@menu
@menu
* Parenthes
i
s::
* Parenthes
e
s::
* Comparison Operators::
* Comparison Operators::
* Logical Operators::
* Logical Operators::
* Control flow functions::
* Control flow functions::
@end menu
@end menu
@node Parenthes
i
s, Comparison Operators, Non-typed Operators, Non-typed Operators
@node Parenthes
e
s, Comparison Operators, Non-typed Operators, Non-typed Operators
@c German node Klammer
@c German node Klammer
@subsubsection Klammer
@subsubsection Klammer
...
@@ -30884,7 +30884,7 @@ mysql> select (1+2)*3;
...
@@ -30884,7 +30884,7 @@ mysql> select (1+2)*3;
@node Comparison Operators, Logical Operators, Parenthes
i
s, Non-typed Operators
@node Comparison Operators, Logical Operators, Parenthes
e
s, Non-typed Operators
@c German node Vergleichsoperatoren
@c German node Vergleichsoperatoren
@subsubsection Vergleichsoperatoren
@subsubsection Vergleichsoperatoren
Docs/manual.texi
View file @
4aceb338
...
@@ -29905,7 +29905,7 @@ unless otherwise indicated in the documentation for the operators and
...
@@ -29905,7 +29905,7 @@ unless otherwise indicated in the documentation for the operators and
functions involved in the expression.
functions involved in the expression.
@strong{Note:} There must be no whitespace between a function name and the
@strong{Note:} There must be no whitespace between a function name and the
parenthes
i
s following it. This helps the MySQL parser distinguish
parenthes
e
s following it. This helps the MySQL parser distinguish
between function calls and references to tables or columns that happen to
between function calls and references to tables or columns that happen to
have the same name as a function. Spaces around arguments are permitted,
have the same name as a function. Spaces around arguments are permitted,
though.
though.
...
@@ -29952,14 +29952,14 @@ mysql> SELECT MOD(29,9);
...
@@ -29952,14 +29952,14 @@ mysql> SELECT MOD(29,9);
@subsection Non-Type-Specific Operators and Functions
@subsection Non-Type-Specific Operators and Functions
@menu
@menu
* Parenthes
i
s:: Parentheses
* Parenthes
e
s:: Parentheses
* Comparison Operators:: Comparison Operators
* Comparison Operators:: Comparison Operators
* Logical Operators:: Logical Operators
* Logical Operators:: Logical Operators
* Control flow functions:: Control Flow Functions
* Control flow functions:: Control Flow Functions
@end menu
@end menu
@node Parenthes
i
s, Comparison Operators, Non-typed Operators, Non-typed Operators
@node Parenthes
e
s, Comparison Operators, Non-typed Operators, Non-typed Operators
@subsubsection Parentheses
@subsubsection Parentheses
@findex () (parentheses)
@findex () (parentheses)
...
@@ -29984,7 +29984,7 @@ mysql> SELECT (1+2)*3;
...
@@ -29984,7 +29984,7 @@ mysql> SELECT (1+2)*3;
@node Comparison Operators, Logical Operators, Parenthes
i
s, Non-typed Operators
@node Comparison Operators, Logical Operators, Parenthes
e
s, Non-typed Operators
@subsubsection Comparison Operators
@subsubsection Comparison Operators
@findex comparison operators
@findex comparison operators
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment