summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-05-20 16:08:09 +0300
committerunknown <monty@donna.mysql.fi>2001-05-20 16:08:09 +0300
commit8ec67661b4327060a12f9888a1179d5161e4b9c4 (patch)
tree44b5fdc74a98a393190bedb76517e514ffa8e69f /myisam
parent7abb78bcc659daca9c0d4e700644aa0a440572cb (diff)
downloadmariadb-git-8ec67661b4327060a12f9888a1179d5161e4b9c4.tar.gz
Fixed that MySQL compiles again after last merge.
myisam/myisamdef.h: Added missing declaration mysql-test/r/innodb.result: Changed test based on result from changed optimizer sql/mysql_priv.h: Fixed wrong prototype
Diffstat (limited to 'myisam')
-rw-r--r--myisam/myisamdef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h
index d309bbc9c8e..7c8a4a113f4 100644
--- a/myisam/myisamdef.h
+++ b/myisam/myisamdef.h
@@ -531,6 +531,8 @@ extern int _mi_read_rnd_pack_record(MI_INFO*, byte *,my_off_t, my_bool);
extern int _mi_pack_rec_unpack(MI_INFO *info,byte *to,byte *from,
ulong reclength);
extern ulonglong mi_safe_mul(ulonglong a,ulonglong b);
+extern int _mi_ft_update(MI_INFO *info, uint keynr, byte *keybuf,
+ const byte *oldrec, const byte *newrec, my_off_t pos);
struct st_sort_info;