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
7529870c
Commit
7529870c
authored
Dec 29, 2015
by
Alexander Barkov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '10.0' of github.com:MariaDB/server into 10.0
parents
6d7362ee
f31a8919
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
storage/innobase/include/os0sync.h
storage/innobase/include/os0sync.h
+1
-1
storage/xtradb/include/os0sync.h
storage/xtradb/include/os0sync.h
+1
-1
No files found.
storage/innobase/include/os0sync.h
View file @
7529870c
...
@@ -487,7 +487,7 @@ os_atomic_clear(volatile lock_word_t* ptr)
...
@@ -487,7 +487,7 @@ os_atomic_clear(volatile lock_word_t* ptr)
__atomic_clear
(
ptr
,
__ATOMIC_RELEASE
);
__atomic_clear
(
ptr
,
__ATOMIC_RELEASE
);
}
}
# elif defined(
IB_STRONG_MEMORY_MODEL
)
# elif defined(
HAVE_ATOMIC_BUILTINS
)
/** Do an atomic test and set.
/** Do an atomic test and set.
@param[in,out] ptr Memory location to set to non-zero
@param[in,out] ptr Memory location to set to non-zero
...
...
storage/xtradb/include/os0sync.h
View file @
7529870c
...
@@ -488,7 +488,7 @@ os_atomic_clear(volatile lock_word_t* ptr)
...
@@ -488,7 +488,7 @@ os_atomic_clear(volatile lock_word_t* ptr)
__atomic_clear
(
ptr
,
__ATOMIC_RELEASE
);
__atomic_clear
(
ptr
,
__ATOMIC_RELEASE
);
}
}
# elif defined(
IB_STRONG_MEMORY_MODEL
)
# elif defined(
HAVE_ATOMIC_BUILTINS
)
/** Do an atomic test and set.
/** Do an atomic test and set.
@param[in,out] ptr Memory location to set to non-zero
@param[in,out] ptr Memory location to set to non-zero
...
...
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