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
cb603f30
Commit
cb603f30
authored
Jul 10, 2002
by
zgreant@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge zgreant@work.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/zak/Work/bk/mysql-4.0
parents
ec33bd92
957a7c40
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 @
cb603f30
...
...
@@ -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
give a notable performance improvement if you have a good
thread implementation.) By examing the difference between
the @code{Connections} and @code{Threads_created} you can see how efficient
the current thread cache is for you.
the @code{Connections} and @code{Threads_created} status variables
(See @ref{SHOW STATUS} for details) you can see how efficient
thread cache is.
@item @code{thread_concurrency}
On Solaris, @code{mysqld} will call @code{thr_setconcurrency()} with
...
...
@@ -34044,6 +34045,10 @@ SELECT ...
@code{UNION} is used to combine the result from many @code{SELECT}
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
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