diff options
Diffstat (limited to 'sql/ha_isam.h')
-rw-r--r-- | sql/ha_isam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_isam.h b/sql/ha_isam.h index 440f029451f..c8305c655ef 100644 --- a/sql/ha_isam.h +++ b/sql/ha_isam.h @@ -46,7 +46,7 @@ class ha_isam: public handler uint min_record_length(uint options) const; bool low_byte_first() const { return 0; } - int open(const char *name, int mode, int test_if_locked); + int open(const char *name, int mode, uint test_if_locked); int close(void); int write_row(byte * buf); int update_row(const byte * old_data, byte * new_data); |