diff options
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/hash.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mysys/hash.c b/mysys/hash.c index 66fa91811b5..c05379ef4ce 100644 --- a/mysys/hash.c +++ b/mysys/hash.c @@ -180,7 +180,10 @@ uint calc_hashnr_caseup(const byte *key, uint len) #endif -inline uint rec_hashnr(HASH *hash,const byte *record) +#ifndef _FORTREC_ +inline +#endif +uint rec_hashnr(HASH *hash,const byte *record) { uint length; byte *key=hash_key(hash,record,&length,0); |