summaryrefslogtreecommitdiff
path: root/sql/ha_archive.h
diff options
context:
space:
mode:
authorstewart@willster.(none) <>2006-10-16 17:39:38 +1000
committerstewart@willster.(none) <>2006-10-16 17:39:38 +1000
commitc1903d967ae3a82818778c83dbed401144c48a2e (patch)
treed301ac33f253385737189c92d56fb5c94d4e76c9 /sql/ha_archive.h
parent848f91799c8c09cf8813ebdead535d1a339ee179 (diff)
parent57a97f53bc13488d702ee3478aba83ffa4de5f7a (diff)
downloadmariadb-git-c1903d967ae3a82818778c83dbed401144c48a2e.tar.gz
Merge willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2
into willster.(none):/home/stewart/Documents/MySQL/5.0/bug19914-mk2-merge
Diffstat (limited to 'sql/ha_archive.h')
-rw-r--r--sql/ha_archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_archive.h b/sql/ha_archive.h
index 564b9f03bf5..6c6b587dd2a 100644
--- a/sql/ha_archive.h
+++ b/sql/ha_archive.h
@@ -94,7 +94,7 @@ public:
int read_data_header(gzFile file_to_read);
int write_data_header(gzFile file_to_write);
void position(const byte *record);
- void info(uint);
+ int info(uint);
int create(const char *name, TABLE *form, HA_CREATE_INFO *create_info);
int optimize(THD* thd, HA_CHECK_OPT* check_opt);
int repair(THD* thd, HA_CHECK_OPT* check_opt);