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
957a7c40
Commit
957a7c40
authored
Jul 10, 2002
by
zgreant@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor enhancements on the thread query cache and UNION docs.
parent
7b9220af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
Docs/manual.texi
Docs/manual.texi
+7
-2
No files found.
Docs/manual.texi
View file @
957a7c40
...
@@ -20166,8 +20166,9 @@ is a new thread created. This variable can be increased to improve
...
@@ -20166,8 +20166,9 @@ is a new thread created. This variable can be increased to improve
performance if you have a lot of new connections. (Normally this doesn't
performance if you have a lot of new connections. (Normally this doesn't
give a notable performance improvement if you have a good
give a notable performance improvement if you have a good
thread implementation.) By examing the difference between
thread implementation.) By examing the difference between
the @code{Connections} and @code{Threads_created} you can see how efficient
the @code{Connections} and @code{Threads_created} status variables
the current thread cache is for you.
(See @ref{SHOW STATUS} for details) you can see how efficient
thread cache is.
@item @code{thread_concurrency}
@item @code{thread_concurrency}
On Solaris, @code{mysqld} will call @code{thr_setconcurrency()} with
On Solaris, @code{mysqld} will call @code{thr_setconcurrency()} with
...
@@ -34044,6 +34045,10 @@ SELECT ...
...
@@ -34044,6 +34045,10 @@ SELECT ...
@code{UNION} is used to combine the result from many @code{SELECT}
@code{UNION} is used to combine the result from many @code{SELECT}
statements into one result set.
statements into one result set.
The columns listed in the select_expression portion of the @code{SELECT} should
have the same type. The column names used in the first @code{SELECT} query will be
used as the column names for the results returned.
The @code{SELECT} commands are normal select commands, but with the following
The @code{SELECT} commands are normal select commands, but with the following
restrictions:
restrictions:
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