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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
ec2061bd
Commit
ec2061bd
authored
Jul 10, 2001
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected misleading syntax example.
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
parent
d989bd3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
Docs/manual.texi
Docs/manual.texi
+0
-2
No files found.
BitKeeper/etc/logging_ok
View file @
ec2061bd
...
@@ -11,3 +11,4 @@ sasha@mysql.sashanet.com
...
@@ -11,3 +11,4 @@ sasha@mysql.sashanet.com
serg@serg.mysql.com
serg@serg.mysql.com
tim@threads.polyesthetic.msg
tim@threads.polyesthetic.msg
tim@white.box
tim@white.box
jcole@tetra.spaceapes.com
Docs/manual.texi
View file @
ec2061bd
...
@@ -19999,7 +19999,6 @@ keys that compress very good.
...
@@ -19999,7 +19999,6 @@ keys that compress very good.
@example
@example
DELETE [LOW_PRIORITY] FROM tbl_name
DELETE [LOW_PRIORITY] FROM tbl_name
[WHERE where_definition]
[WHERE where_definition]
@c [ORDER BY ...]
[LIMIT rows]
[LIMIT rows]
@end example
@end example
...
@@ -21345,7 +21344,6 @@ For more information about the efficiency of @code{INSERT} versus
...
@@ -21345,7 +21344,6 @@ For more information about the efficiency of @code{INSERT} versus
UPDATE [LOW_PRIORITY] [IGNORE] tbl_name
UPDATE [LOW_PRIORITY] [IGNORE] tbl_name
SET col_name1=expr1, [col_name2=expr2, ...]
SET col_name1=expr1, [col_name2=expr2, ...]
[WHERE where_definition]
[WHERE where_definition]
[ORDER BY ...]
[LIMIT #]
[LIMIT #]
@end example
@end example
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