You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-25 20:23:16 +03:00
Made procmgr init the IDB* stuff.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "columnstoreversion.h"
|
||||
#include "processmanager.h"
|
||||
#include "installdir.h"
|
||||
|
||||
#include "IDBPolicy.h"
|
||||
#include "utils_utf8.h"
|
||||
|
||||
#include "crashtrace.h"
|
||||
@@ -105,6 +105,8 @@ int main(int argc, char** argv)
|
||||
|
||||
setlocale(LC_ALL, systemLang.c_str());
|
||||
|
||||
idbdatafile::IDBPolicy::configIDBPolicy();
|
||||
|
||||
// This is unset due to the way we start it
|
||||
program_invocation_short_name = const_cast<char*>("ProcMgr");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user