diff options
author | monty@work.mysql.com <> | 2001-09-02 18:38:33 +0200 |
---|---|---|
committer | monty@work.mysql.com <> | 2001-09-02 18:38:33 +0200 |
commit | 447c18954e904e5770d64ae3b0817a16b9060b74 (patch) | |
tree | 4689ffbe50e97ce9a47deb58fa2b9e7decdfc6a8 /mysys/hash.c | |
parent | 102cabfe4acd9c78fe321829bd168342b3fbd68a (diff) | |
parent | 759cf54a9e70013d92fe18a84b3e4c56244de7da (diff) | |
download | mariadb-git-447c18954e904e5770d64ae3b0817a16b9060b74.tar.gz |
merge with 3.23.42
Diffstat (limited to 'mysys/hash.c')
-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 dba910ee4ae..acb5a9b4310 100644 --- a/mysys/hash.c +++ b/mysys/hash.c @@ -178,7 +178,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); |