summaryrefslogtreecommitdiff
path: root/heap/hp_hash.c
diff options
context:
space:
mode:
authorunknown <tomas@mc05.(none)>2004-06-07 17:58:35 +0200
committerunknown <tomas@mc05.(none)>2004-06-07 17:58:35 +0200
commit86ab1dd2d6d6c0c72d27b85d9fbd15675bfddd28 (patch)
tree16b898bcf02bcc594ecc879f4e2d48e7ca5c7066 /heap/hp_hash.c
parent7942677020d36bd5baafd8d765968921f348cdc2 (diff)
parenta3426dd8abec62feeef3dbbbca4520480b0feb2b (diff)
downloadmariadb-git-86ab1dd2d6d6c0c72d27b85d9fbd15675bfddd28.tar.gz
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mc05.(none):/space2/tomas/mysql-4.1 acconfig.h: Auto merged configure.in: Auto merged
Diffstat (limited to 'heap/hp_hash.c')
-rw-r--r--heap/hp_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/hp_hash.c b/heap/hp_hash.c
index 38ed581fe58..1f36f9b3059 100644
--- a/heap/hp_hash.c
+++ b/heap/hp_hash.c
@@ -236,7 +236,7 @@ ulong hp_hashnr(register HP_KEYDEF *keydef, register const byte *key)
key+=seg->length;
if (seg->null_bit)
{
- key++; /* Skipp null byte */
+ key++; /* Skip null byte */
if (*pos) /* Found null */
{
nr^= (nr << 1) | 1;