diff options
author | monty@hundin.mysql.fi <> | 2002-01-18 00:43:50 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-01-18 00:43:50 +0200 |
commit | 89fa5f13d9d26f5232c3068ab67878a02804b91a (patch) | |
tree | 76a38a24a1fef179359cc94ec33e00e09f3ac3ad /mysys/hash.c | |
parent | 89f8ca058e3c548fa23b7a4aeb5662425d3d83b0 (diff) | |
download | mariadb-git-89fa5f13d9d26f5232c3068ab67878a02804b91a.tar.gz |
Fixed bug when making a range join based on information from a const table.
Diffstat (limited to 'mysys/hash.c')
-rw-r--r-- | mysys/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/hash.c b/mysys/hash.c index c05379ef4ce..e37bea3846c 100644 --- a/mysys/hash.c +++ b/mysys/hash.c @@ -180,7 +180,7 @@ uint calc_hashnr_caseup(const byte *key, uint len) #endif -#ifndef _FORTREC_ +#ifndef __SUNPRO_C /* SUNPRO can't handle this */ inline #endif uint rec_hashnr(HASH *hash,const byte *record) |