summaryrefslogtreecommitdiff
path: root/sql/ha_isam.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/ha_isam.cc')
-rw-r--r--sql/ha_isam.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/ha_isam.cc b/sql/ha_isam.cc
index 7371628890f..3acc385d251 100644
--- a/sql/ha_isam.cc
+++ b/sql/ha_isam.cc
@@ -34,10 +34,11 @@
** isam tables
*****************************************************************************/
+bool isam_skip;
+
const char **ha_isam::bas_ext() const
{ static const char *ext[]= { ".ISM",".ISD", NullS }; return ext; }
-
int ha_isam::open(const char *name, int mode, uint test_if_locked)
{
char name_buff[FN_REFLEN];