Commit 2d031f4a authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-34973 fixup for POWER,s390x

xtest(): Correct the declaration.
parent 753e7d6d
...@@ -93,7 +93,7 @@ TRANSACTIONAL_TARGET bool xbegin() noexcept; ...@@ -93,7 +93,7 @@ TRANSACTIONAL_TARGET bool xbegin() noexcept;
TRANSACTIONAL_TARGET void xabort() noexcept; TRANSACTIONAL_TARGET void xabort() noexcept;
TRANSACTIONAL_TARGET void xend() noexcept; TRANSACTIONAL_TARGET void xend() noexcept;
# ifdef UNIV_DEBUG # ifdef UNIV_DEBUG
bool xtest(); bool xtest() noexcept;
# endif # endif
# endif # endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment