dbms: Server: Compilation fix for benchmark. [#METR-16213]

This commit is contained in:
Alexey Arno 2015-10-14 15:19:55 +03:00
parent 3069d6fe8f
commit be68994963

View File

@ -142,7 +142,7 @@ private:
void run()
{
for (size_t i = 0; i < concurrency; ++i)
pool.schedule(std::bind(&Benchmark::thread, this, connections.get()));
pool.schedule(std::bind(&Benchmark::thread, this, connections.IConnectionPool::get()));
InterruptListener interrupt_listener;