diff options
Diffstat (limited to 'sql/ha_isammrg.h')
-rw-r--r-- | sql/ha_isammrg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_isammrg.h b/sql/ha_isammrg.h index 82a2e312ca3..a0fcee8f5a6 100644 --- a/sql/ha_isammrg.h +++ b/sql/ha_isammrg.h @@ -58,7 +58,7 @@ class ha_isammrg: public handler int rnd_next(byte *buf); int rnd_pos(byte * buf, byte *pos); void position(const byte *record); - void info(uint); + int info(uint); int extra(enum ha_extra_function operation); int external_lock(THD *thd, int lock_type); uint lock_count(void) const; |