Browse Source

#4444 remove inline from get_var_field_info to get ha_tokudb.so to work with gcc 4.4.4 refs[t:4444]

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@39241 c7de825b-a66e-492c-adef-691d508d4ae1
pull/73/head
Rich Prohaska 13 years ago
committed by Yoni Fogel
parent
commit
ad25be6353
  1. 2
      storage/tokudb/hatoku_cmp.cc

2
storage/tokudb/hatoku_cmp.cc

@ -11,7 +11,7 @@ extern "C" {
#error "WORDS_BIGENDIAN not supported"
#endif
inline void get_var_field_info(
void get_var_field_info(
u_int32_t* field_len, // output: length of field
u_int32_t* start_offset, // output, length of offset where data starts
u_int32_t var_field_index, //input, index of var field we want info on

Loading…
Cancel
Save