You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Fix merge issues
This commit is contained in:
@ -1298,7 +1298,7 @@ void setupSignalHandlers()
|
||||
#endif
|
||||
}
|
||||
|
||||
void setupCwd(joblist::ResourceManager* rm)
|
||||
int8_t setupCwd(joblist::ResourceManager* rm)
|
||||
{
|
||||
std::string workdir = rm->getScWorkingDir();
|
||||
int8_t rc = chdir(workdir.c_str());
|
||||
|
@ -1029,7 +1029,7 @@ inline T mcsv1_UDAF::convertAnyTo(static_any::any& valIn)
|
||||
}
|
||||
else
|
||||
{
|
||||
throw runtime_error("mcsv1_UDAF::convertAnyTo(): input param has unrecognized type");
|
||||
throw std::runtime_error("mcsv1_UDAF::convertAnyTo(): input param has unrecognized type");
|
||||
}
|
||||
return val;
|
||||
}
|
||||
|
Reference in New Issue
Block a user