Loading mysys/hash.c +2 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,8 @@ uint calc_hashnr_caseup(const byte *key, uint len) #endif #if !defined(__SUNPRO_C) && !defined(__USLC__) && !defined(__sgi) /* broken compilers */ /* for compilers which can not handle inline */ #if !defined(__SUNPRO_C) && !defined(__USLC__) && !defined(__sgi) inline #endif unsigned int rec_hashnr(HASH *hash,const byte *record) Loading Loading
mysys/hash.c +2 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,8 @@ uint calc_hashnr_caseup(const byte *key, uint len) #endif #if !defined(__SUNPRO_C) && !defined(__USLC__) && !defined(__sgi) /* broken compilers */ /* for compilers which can not handle inline */ #if !defined(__SUNPRO_C) && !defined(__USLC__) && !defined(__sgi) inline #endif unsigned int rec_hashnr(HASH *hash,const byte *record) Loading