diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-02-13 10:15:03 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-02-13 10:15:03 +0100 |
commit | 913beda8c8b78ed3793f2cf09e5dfcb538e15f85 (patch) | |
tree | b98c18a452cf5af828f5c823626b9252e9da16df /sql/scheduler.cc | |
parent | 3845a89b01ee0fa83812f5e3ac6b39b25da03d3d (diff) | |
parent | 48445f3556d359845d5bc659c7aa5ae5f132fbec (diff) | |
download | mariadb-git-913beda8c8b78ed3793f2cf09e5dfcb538e15f85.tar.gz |
5.2 merge
Diffstat (limited to 'sql/scheduler.cc')
-rw-r--r-- | sql/scheduler.cc | 1 |
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 |