summaryrefslogtreecommitdiff
path: root/sql/ha_isammrg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/ha_isammrg.h')
-rw-r--r--sql/ha_isammrg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_isammrg.h b/sql/ha_isammrg.h
index bf4a7c329ef..166a96cf9e4 100644
--- a/sql/ha_isammrg.h
+++ b/sql/ha_isammrg.h
@@ -53,7 +53,7 @@ class ha_isammrg: public handler
int index_prev(byte * buf);
int index_first(byte * buf);
int index_last(byte * buf);
- int rnd_init(bool scan=1);
+ int rnd_init(bool scan);
int rnd_next(byte *buf);
int rnd_pos(byte * buf, byte *pos);
void position(const byte *record);