1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-27 21:01:50 +03:00

MaxConcurrentTransactions were not cleared when config is wrong (#2093)

This commit is contained in:
Leonid Fedorov
2021-08-18 19:31:21 +03:00
committed by GitHub
parent 150770b919
commit 37e00e56e1

View File

@ -100,7 +100,7 @@ SessionManagerServer::SessionManagerServer() : unique32(0), unique64(0)
catch (const std::exception& e) catch (const std::exception& e)
{ {
cout << e.what() << endl; cout << e.what() << endl;
stmp.empty(); stmp.clear();
} }
if (stmp != "") if (stmp != "")