1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-4510 thrift code need to be upgraded to support aarch64

code is from https://bugzilla.redhat.com/show_bug.cgi?id=1273830
This commit is contained in:
zhaorenhai
2021-01-22 11:55:25 +08:00
parent ef1268b5a2
commit a975b69811

View File

@ -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 #ifdef HAVE_SYS_PARAM_H
#include <sys/param.h> #include <sys/param.h>
#endif #endif
@ -147,6 +138,15 @@ using apache::thrift::transport::TTransport;
# error "Can't define htonll or ntohll!" # error "Can't define htonll or ntohll!"
#endif #endif
namespace apache
{
namespace thrift
{
namespace protocol
{
using apache::thrift::transport::TTransport;
/** /**
* Enumerated definition of the types that the Thrift protocol supports. * Enumerated definition of the types that the Thrift protocol supports.
* Take special note of the T_END type which is used specifically to mark * Take special note of the T_END type which is used specifically to mark