You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-23 06:52:28 +03:00
Merge branch 'develop-1.2' into develop-merge-up-20190514
This commit is contained in:
@@ -44,11 +44,11 @@ using namespace bulkloadxml;
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
const int DEBUG_LVL_TO_DUMP_SYSCAT_RPT = 4;
|
||||
#ifdef _MSC_VER
|
||||
//FIXME
|
||||
#else
|
||||
setuid( 0 ); // set effective ID to root; ignore return status
|
||||
#endif
|
||||
// set effective ID to root
|
||||
if( setuid( 0 ) < 0 )
|
||||
{
|
||||
std::cerr << " colxml: setuid failed " << std::endl;
|
||||
}
|
||||
setlocale(LC_ALL, "");
|
||||
WriteEngine::Config::initConfigCache(); // load Columnstore.xml config settings
|
||||
|
||||
|
Reference in New Issue
Block a user