You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-02 17:22:27 +03:00
Adding mcs_basic_types.h
For now it consists of only: using int128_t = __int128; using uint128_t = unsigned __int128; All new privitive data types should go into this file in the future.
This commit is contained in:
committed by
Roman Nozdrin
parent
916950d1e9
commit
d5c6645ba1
@ -56,6 +56,7 @@ using namespace std;
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/thread.hpp>
|
||||
|
||||
#include "mcs_basic_types.h"
|
||||
#include "idb_mysql.h"
|
||||
|
||||
#define NEED_CALPONT_INTERFACE
|
||||
@ -145,7 +146,6 @@ namespace cal_impl_if
|
||||
extern bool nonConstFunc(Item_func* ifp);
|
||||
}
|
||||
|
||||
using int128_t = __int128;
|
||||
|
||||
namespace
|
||||
{
|
||||
|
Reference in New Issue
Block a user