Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
5b91c5a7
Commit
5b91c5a7
authored
Feb 18, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.clean
parents
29fb8728
d76b88b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
myisam/ft_stopwords.c
myisam/ft_stopwords.c
+1
-0
sql/mysqld.cc
sql/mysqld.cc
+1
-0
No files found.
myisam/ft_stopwords.c
View file @
5b91c5a7
...
...
@@ -125,4 +125,5 @@ void ft_free_stopwords()
my_free
((
char
*
)
stopwords3
,
MYF
(
0
));
stopwords3
=
0
;
}
ft_stopword_file
=
0
;
}
sql/mysqld.cc
View file @
5b91c5a7
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment