diff options
author | monty@hundin.mysql.fi <> | 2002-06-04 08:23:57 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-06-04 08:23:57 +0300 |
commit | ee6bd848804192d9bb4258ccf84b61b774190673 (patch) | |
tree | ab63127fecca420ce57c76f7e3b5903ee4138d91 /heap | |
parent | f0b28da6f91cf87804015b5dde4820be040c2de7 (diff) | |
download | mariadb-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.c | 2 |
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; |