Commit 83e3d8c8 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#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
parent 517e99db
...@@ -11,7 +11,7 @@ extern "C" { ...@@ -11,7 +11,7 @@ extern "C" {
#error "WORDS_BIGENDIAN not supported" #error "WORDS_BIGENDIAN not supported"
#endif #endif
inline void get_var_field_info( void get_var_field_info(
u_int32_t* field_len, // output: length of field u_int32_t* field_len, // output: length of field
u_int32_t* start_offset, // output, length of offset where data starts 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 u_int32_t var_field_index, //input, index of var field we want info on
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment