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
MCOL-4841 fix some compiler issues
This commit is contained in:
@ -24,6 +24,7 @@
|
|||||||
/** @file */
|
/** @file */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -443,8 +443,6 @@ class BatchPrimitiveProcessor
|
|||||||
|
|
||||||
static const uint64_t maxResultCount = 1048576; // 2^20
|
static const uint64_t maxResultCount = 1048576; // 2^20
|
||||||
|
|
||||||
static const uint64_t maxResultCount = 1048576; // 2^20
|
|
||||||
|
|
||||||
friend class Command;
|
friend class Command;
|
||||||
friend class ColumnCommand;
|
friend class ColumnCommand;
|
||||||
friend class DictStep;
|
friend class DictStep;
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
/** @file */
|
/** @file */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
/** @file */
|
/** @file */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
/** @file */
|
/** @file */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
Reference in New Issue
Block a user