diff options
Diffstat (limited to 'sql/ha_myisam.cc')
-rw-r--r-- | sql/ha_myisam.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/ha_myisam.cc b/sql/ha_myisam.cc index 97204c48650..f45309ddaeb 100644 --- a/sql/ha_myisam.cc +++ b/sql/ha_myisam.cc @@ -349,7 +349,6 @@ int ha_myisam::analyze(THD *thd) int ha_myisam::repair(THD* thd, HA_CHECK_OPT *check_opt) { if (!file) return HA_CHECK_INTERNAL_ERROR; - int error ; MI_CHECK param; myisamchk_init(¶m); @@ -438,7 +437,6 @@ void ha_myisam::deactivate_non_unique_index(ha_rows rows) bool ha_myisam::activate_all_index(THD *thd) { int error=0; - char fixed_name[FN_REFLEN]; MI_CHECK param; MYISAM_SHARE* share = file->s; DBUG_ENTER("activate_all_index"); |