You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
fix(UT): added dummy RM ctor to be used with UTs
This commit is contained in:
@@ -238,7 +238,8 @@ uint32_t QueryStats::userPriority(string _host, const string _user)
|
||||
if (!fPriority.empty())
|
||||
return fPriorityLevel;
|
||||
|
||||
ResourceManager rm;
|
||||
bool runningInExeMgr = false;
|
||||
ResourceManager rm(runningInExeMgr);
|
||||
fPriorityLevel = DEFAULT_USER_PRIORITY_LEVEL;
|
||||
fPriority = DEFAULT_USER_PRIORITY;
|
||||
|
||||
|
Reference in New Issue
Block a user