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
Merge pull request #1731 from zhaorenhai/MCOL-4510
MCOL-4510 thrift code need to be upgraded to support aarch64
This commit is contained in:
@ -77,15 +77,6 @@ static inline To bitwise_cast(From from)
|
||||
}
|
||||
|
||||
|
||||
namespace apache
|
||||
{
|
||||
namespace thrift
|
||||
{
|
||||
namespace protocol
|
||||
{
|
||||
|
||||
using apache::thrift::transport::TTransport;
|
||||
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
@ -147,6 +138,15 @@ using apache::thrift::transport::TTransport;
|
||||
# error "Can't define htonll or ntohll!"
|
||||
#endif
|
||||
|
||||
namespace apache
|
||||
{
|
||||
namespace thrift
|
||||
{
|
||||
namespace protocol
|
||||
{
|
||||
|
||||
using apache::thrift::transport::TTransport;
|
||||
|
||||
/**
|
||||
* Enumerated definition of the types that the Thrift protocol supports.
|
||||
* Take special note of the T_END type which is used specifically to mark
|
||||
|
Reference in New Issue
Block a user