summaryrefslogtreecommitdiff
path: root/heap/hp_write.c
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-01-16 00:42:52 +0200
committermonty@hundin.mysql.fi <>2002-01-16 00:42:52 +0200
commit4d10a0cb7eac04d7134537df139c87023453111d (patch)
tree890cb295feeab3ebd6413663178be56ec5ed21a2 /heap/hp_write.c
parent7dd4eb71fe7576e428fe1ecaaad214d3a39ff4dc (diff)
downloadmariadb-git-4d10a0cb7eac04d7134537df139c87023453111d.tar.gz
Add support for NULL=NULL in keys (Used in GROUP BY optimization)
Add ISAM to Windows version Fix of test results Fixes for NULL keys in HEAP tables.
Diffstat (limited to 'heap/hp_write.c')
-rw-r--r--heap/hp_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/hp_write.c b/heap/hp_write.c
index a219c8be23a..806f40e5be5 100644
--- a/heap/hp_write.c
+++ b/heap/hp_write.c
@@ -238,7 +238,7 @@ int _hp_write_key(register HP_SHARE *info, HP_KEYDEF *keyinfo,
_hp_movelink(pos,gpos,empty);
}
- /* Check if dupplicated keys */
+ /* Check if duplicated keys */
if ((keyinfo->flag & HA_NOSAME) && pos == gpos &&
(!(keyinfo->flag & HA_NULL_PART_KEY) ||
!hp_if_null_in_key(keyinfo, record)))