summaryrefslogtreecommitdiff
path: root/heap
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-06-04 08:23:57 +0300
committermonty@hundin.mysql.fi <>2002-06-04 08:23:57 +0300
commitee6bd848804192d9bb4258ccf84b61b774190673 (patch)
treeab63127fecca420ce57c76f7e3b5903ee4138d91 /heap
parentf0b28da6f91cf87804015b5dde4820be040c2de7 (diff)
downloadmariadb-git-ee6bd848804192d9bb4258ccf84b61b774190673.tar.gz
Changes for new binary .frm format
Fixes after last merge from 4.0. (Code not yet complete, need anoter merge from 4.0)
Diffstat (limited to 'heap')
-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 fcfe922d9c0..45797d7a733 100644
--- a/heap/hp_write.c
+++ b/heap/hp_write.c
@@ -89,7 +89,7 @@ err:
*/
int hp_rb_write_key(HP_INFO *info, HP_KEYDEF *keyinfo, const byte *record,
- byte *recpos)
+ byte *recpos)
{
heap_rb_param custom_arg;