Commit 5b91c5a7 authored by unknown's avatar unknown
Browse files

Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1

into deer.(none):/home/hf/work/mysql-4.1.clean

parents 29fb8728 d76b88b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -125,4 +125,5 @@ void ft_free_stopwords()
    my_free((char*) stopwords3,MYF(0));
    stopwords3=0;
  }
  ft_stopword_file= 0;
}
+1 −0
Original line number Diff line number Diff line
@@ -950,6 +950,7 @@ void clean_up(bool print_message)
  item_user_lock_free();
  lex_free();				/* Free some memory */
  set_var_free();
  free_charsets();
#ifdef HAVE_DLOPEN
  if (!opt_noacl)
    udf_free();