diff options
Diffstat (limited to 'sql/examples/ha_example.h')
-rw-r--r-- | sql/examples/ha_example.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/examples/ha_example.h b/sql/examples/ha_example.h index ae72e5bb275..cb8a8465737 100644 --- a/sql/examples/ha_example.h +++ b/sql/examples/ha_example.h @@ -138,7 +138,7 @@ public: int rnd_next(byte *buf); //required int rnd_pos(byte * buf, byte *pos); //required void position(const byte *record); //required - void info(uint); //required + int info(uint); //required int extra(enum ha_extra_function operation); int reset(void); |