summaryrefslogtreecommitdiff
path: root/sql/ha_archive.h
diff options
context:
space:
mode:
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);