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
c32dcae6
Commit
c32dcae6
authored
Mar 10, 2017
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust an outdated comment.
os_sync_free(), which hid resource leaks, was removed in MySQL 5.7.
parent
c0fb7b45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
storage/innobase/include/sync0debug.h
storage/innobase/include/sync0debug.h
+2
-1
storage/innobase/sync/sync0debug.cc
storage/innobase/sync/sync0debug.cc
+2
-2
No files found.
storage/innobase/include/sync0debug.h
View file @
c32dcae6
/*****************************************************************************
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2017, MariaDB Corporation. All Rights Reserved.
Portions of this file contain modifications contributed and copyrighted by
Google, Inc. Those modifications are gratefully acknowledged and are described
...
...
@@ -39,7 +40,7 @@ Created 2012-08-21 Sunny Bains
void
sync_check_init
();
/** Free
s the resources in
synchronization data structures. */
/** Free
the InnoDB
synchronization data structures. */
void
sync_check_close
();
...
...
storage/innobase/sync/sync0debug.cc
View file @
c32dcae6
/*****************************************************************************
Copyright (c) 2014, 2016, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2017, MariaDB Corporation. All Rights Reserved.
Portions of this file contain modifications contributed and copyrighted by
Google, Inc. Those modifications are gratefully acknowledged and are described
...
...
@@ -1787,8 +1788,7 @@ sync_check_init()
sync_array_init
(
OS_THREAD_MAX_N
);
}
/** Frees the resources in InnoDB's own synchronization data structures. Use
os_sync_free() after calling this. */
/** Free the InnoDB synchronization data structures. */
void
sync_check_close
()
{
...
...
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