You've already forked mariadb-columnstore-engine
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:
@ -100,7 +100,7 @@ SessionManagerServer::SessionManagerServer() : unique32(0), unique64(0)
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
cout << e.what() << endl;
|
||||
stmp.empty();
|
||||
stmp.clear();
|
||||
}
|
||||
|
||||
if (stmp != "")
|
||||
|
Reference in New Issue
Block a user