summaryrefslogtreecommitdiff
path: root/sql/scheduler.cc
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-02-13 10:15:03 +0100
committerSergei Golubchik <sergii@pisem.net>2014-02-13 10:15:03 +0100
commit913beda8c8b78ed3793f2cf09e5dfcb538e15f85 (patch)
treeb98c18a452cf5af828f5c823626b9252e9da16df /sql/scheduler.cc
parent3845a89b01ee0fa83812f5e3ac6b39b25da03d3d (diff)
parent48445f3556d359845d5bc659c7aa5ae5f132fbec (diff)
downloadmariadb-git-913beda8c8b78ed3793f2cf09e5dfcb538e15f85.tar.gz
5.2 merge
Diffstat (limited to 'sql/scheduler.cc')
-rw-r--r--sql/scheduler.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/scheduler.cc b/sql/scheduler.cc
index 2f8aa2bef11..a2d53176c3c 100644
--- a/sql/scheduler.cc
+++ b/sql/scheduler.cc
@@ -69,7 +69,6 @@ static bool no_threads_end(THD *thd, bool put_in_cache)
void one_thread_scheduler(scheduler_functions *func)
{
func->max_threads= 1;
- max_connections= 1;
func->max_connections= &max_connections;
func->connection_count= &connection_count;
#ifndef EMBEDDED_LIBRARY