You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
MCOL-3536 collation
This commit is contained in:
@@ -39,13 +39,16 @@
|
||||
* on the Front-End Processor where it is returned to the DBMS
|
||||
* front-end.
|
||||
*/
|
||||
#include <mariadb.h>
|
||||
#undef set_bits // mariadb.h defines set_bits, which is incompatible with boost
|
||||
#include <my_sys.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdint>
|
||||
#include <csignal>
|
||||
|
||||
#include <sys/resource.h>
|
||||
|
||||
#undef root_name
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
#include "calpontselectexecutionplan.h"
|
||||
@@ -1434,7 +1437,10 @@ void cleanTempDir()
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
// Set locale language
|
||||
utf8::idb_setlocale();
|
||||
setlocale(LC_ALL, "");
|
||||
setlocale(LC_NUMERIC, "C");
|
||||
// Initialize the charset library
|
||||
my_init();
|
||||
|
||||
// This is unset due to the way we start it
|
||||
program_invocation_short_name = const_cast<char*>("ExeMgr");
|
||||
|
Reference in New Issue
Block a user