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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
838bb9fa
Commit
838bb9fa
authored
Jul 08, 2019
by
Eugene Kosov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Galera memory leak
This was caused by
7f2cfa8f
parent
02a0ebc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
sql/rpl_mi.cc
sql/rpl_mi.cc
+0
-7
No files found.
sql/rpl_mi.cc
View file @
838bb9fa
...
...
@@ -115,13 +115,6 @@ void Master_info::wait_until_free()
Master_info
::~
Master_info
()
{
wait_until_free
();
#ifdef WITH_WSREP
/*
Do not free "wsrep" rpl_filter. It will eventually be freed by
free_all_rpl_filters() when server terminates.
*/
if
(
strncmp
(
connection_name
.
str
,
STRING_WITH_LEN
(
"wsrep"
)))
#endif
my_free
(
connection_name
.
str
);
delete_dynamic
(
&
ignore_server_ids
);
mysql_mutex_destroy
(
&
run_lock
);
...
...
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