File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*****************************************************************************
2
2
3
3
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All Rights Reserved.
4
+ Copyright (c) 2017, MariaDB Corporation. All Rights Reserved.
4
5
5
6
Portions of this file contain modifications contributed and copyrighted by
6
7
Google, Inc. Those modifications are gratefully acknowledged and are described
@@ -39,7 +40,7 @@ Created 2012-08-21 Sunny Bains
39
40
void
40
41
sync_check_init ();
41
42
42
- /** Frees the resources in synchronization data structures. */
43
+ /** Free the InnoDB synchronization data structures. */
43
44
void
44
45
sync_check_close ();
45
46
Original file line number Diff line number Diff line change 1
1
/* ****************************************************************************
2
2
3
3
Copyright (c) 2014, 2016, Oracle and/or its affiliates. All Rights Reserved.
4
+ Copyright (c) 2017, MariaDB Corporation. All Rights Reserved.
4
5
5
6
Portions of this file contain modifications contributed and copyrighted by
6
7
Google, Inc. Those modifications are gratefully acknowledged and are described
@@ -1787,8 +1788,7 @@ sync_check_init()
1787
1788
sync_array_init (OS_THREAD_MAX_N);
1788
1789
}
1789
1790
1790
- /* * Frees the resources in InnoDB's own synchronization data structures. Use
1791
- os_sync_free() after calling this. */
1791
+ /* * Free the InnoDB synchronization data structures. */
1792
1792
void
1793
1793
sync_check_close ()
1794
1794
{
You can’t perform that action at this time.
0 commit comments