diff options
Diffstat (limited to 'sql/ha_isam.h')
-rw-r--r-- | sql/ha_isam.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_isam.h b/sql/ha_isam.h index b573d4b295c..0b8619e5f33 100644 --- a/sql/ha_isam.h +++ b/sql/ha_isam.h @@ -81,3 +81,5 @@ class ha_isam: public handler THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to, enum thr_lock_type lock_type); }; + +extern bool isam_skip; |