~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_panic.c

  • Committer: Brian Aker
  • Date: 2008-07-06 07:03:38 UTC
  • Revision ID: brian@tangent.org-20080706070338-1e57mvn46oonkxb6
Another round of cleanup of MyISAM

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#include "fulltext.h"
 
16
#include "myisamdef.h"
17
17
 
18
18
        /* if flag == HA_PANIC_CLOSE then all misam files are closed */
19
19
        /* if flag == HA_PANIC_WRITE then all misam files are unlocked and
104
104
  if (flag == HA_PANIC_CLOSE)
105
105
  {
106
106
    VOID(mi_log(0));                            /* Close log if neaded */
107
 
    ft_free_stopwords();
108
107
  }
109
108
  pthread_mutex_unlock(&THR_LOCK_myisam);
110
109
  if (!error)