mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.clean
This commit is contained in:
commit
5b91c5a73c
2 changed files with 2 additions and 0 deletions
|
@ -125,4 +125,5 @@ void ft_free_stopwords()
|
|||
my_free((char*) stopwords3,MYF(0));
|
||||
stopwords3=0;
|
||||
}
|
||||
ft_stopword_file= 0;
|
||||
}
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue