You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-26 05:02:32 +03:00
MCOL-3536 collation
This commit is contained in:
@@ -26,7 +26,7 @@ namespace bi = boost::interprocess;
|
||||
#include "installdir.h"
|
||||
|
||||
#include "IDBPolicy.h"
|
||||
|
||||
#include "utils_utf8.h"
|
||||
#include "crashtrace.h"
|
||||
|
||||
using namespace std;
|
||||
@@ -177,10 +177,8 @@ int main(int argc, char** argv)
|
||||
if (p && *p)
|
||||
USER = p;
|
||||
|
||||
// get and set locale language
|
||||
string systemLang = "C";
|
||||
|
||||
setlocale(LC_ALL, systemLang.c_str());
|
||||
// Set locale language
|
||||
utf8::idb_setlocale();
|
||||
|
||||
//get tmp log directory
|
||||
tmpLogDir = startup::StartUp::tmpDir();
|
||||
|
Reference in New Issue
Block a user