diff options
Diffstat (limited to 'sql/ha_myisam.h')
-rw-r--r-- | sql/ha_myisam.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/ha_myisam.h b/sql/ha_myisam.h index 1247437375f..86efed27478 100644 --- a/sql/ha_myisam.h +++ b/sql/ha_myisam.h @@ -60,7 +60,10 @@ class ha_myisam: public handler uint max_supported_key_part_length() const { return MI_MAX_KEY_LENGTH; } uint checksum() const; - virtual bool check_if_locking_is_allowed(THD *thd, TABLE *table, uint count); + virtual bool check_if_locking_is_allowed(uint sql_command, + ulong type, TABLE *table, + uint count, + bool called_by_logger_thread); int open(const char *name, int mode, uint test_if_locked); int close(void); int write_row(byte * buf); |