1
0
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:
David Hall
2020-05-14 16:02:49 -05:00
parent 04fdacb927
commit 1f3d1e6fd6
41 changed files with 667 additions and 797 deletions

View File

@@ -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();