mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
addresses #1621
poison WORDS_BIGENDIAN git-svn-id: file:///svn/mysql/tokudb-engine/src@10881 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
225daa2633
commit
7e77e75436
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ extern "C" {
|
|||
#include "hatoku_cmp.h"
|
||||
|
||||
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
#error "WORDS_BIGENDIAN not supported"
|
||||
#endif
|
||||
|
||||
inline TOKU_TYPE mysql_to_toku_type (Field* field) {
|
||||
TOKU_TYPE ret_val = toku_type_unknown;
|
||||
enum_field_types mysql_type = field->real_type();
|
||||
|
|
Loading…
Reference in a new issue