summaryrefslogtreecommitdiff
path: root/heap/hp_write.c
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-12-02 17:52:22 +0200
committermonty@mashka.mysql.fi <>2002-12-02 17:52:22 +0200
commit9d0f0402a77f16ad4c9d8fba68106f4883a6a29a (patch)
tree1342a5bdccc313accd5dfa8e27c487ddb0994720 /heap/hp_write.c
parent75da3049c37b30765f927488946881f4d041009a (diff)
downloadmariadb-git-9d0f0402a77f16ad4c9d8fba68106f4883a6a29a.tar.gz
Fixed bug when creating keys in temporary HEAP tables.
(This caused the DISTINCT test to fail) Removed one inline as this caused compiler problems
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 9edd897eb34..87211d4c224 100644
--- a/heap/hp_write.c
+++ b/heap/hp_write.c
@@ -155,7 +155,7 @@ static byte *next_free_record_pos(HP_SHARE *info)
/* Write a hash-key to the hash-index */
int hp_write_key(HP_INFO *info, HP_KEYDEF *keyinfo,
- const byte *record, byte *recpos)
+ const byte *record, byte *recpos)
{
HP_SHARE *share = info->s;
int flag;