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
Deep build refactoring phase 1 (#3562)
* configcpp refactored * logging and datatypes refactored * more dataconvert * chore(build): massive removals, auto add files to debian install file * chore(codemanagement): nodeps headers, potentioal library * chore(build): configure before autobake * chore(build): use custom cmake commands for components, mariadb-plugin-columnstore.install generated * chore(build): install deps as separate step for build-packages * more deps * check debian/mariadb-plugin-columnstore.install automatically * chore(build): add option for multibracnh compilation * Fix warning
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
#include <stdexcept>
|
||||
using namespace std;
|
||||
|
||||
#include "basic/string_utils.h"
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
#include "mcsconfig.h"
|
||||
@ -202,7 +203,11 @@ int main(int argc, char* argv[])
|
||||
(iter->second).second = true;
|
||||
isUpgrade = true;
|
||||
}
|
||||
messageHandler("", std::string("Upgrade flag is ") + std::to_string(isUpgrade) + std::string(" after checking upgrade candidate OID ") + oam.itoa(iter->first) + std::string(" "), false);
|
||||
messageHandler("",
|
||||
std::string("Upgrade flag is ") + std::to_string(isUpgrade) +
|
||||
std::string(" after checking upgrade candidate OID ") + oam.itoa(iter->first) +
|
||||
std::string(" "),
|
||||
false);
|
||||
}
|
||||
|
||||
if (!isUpgrade)
|
||||
|
Reference in New Issue
Block a user