mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
MDEV-34973 fixup for POWER,s390x
xtest(): Correct the declaration.
This commit is contained in:
parent
753e7d6d7c
commit
2d031f4a71
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ TRANSACTIONAL_TARGET bool xbegin() noexcept;
|
|||
TRANSACTIONAL_TARGET void xabort() noexcept;
|
||||
TRANSACTIONAL_TARGET void xend() noexcept;
|
||||
# ifdef UNIV_DEBUG
|
||||
bool xtest();
|
||||
bool xtest() noexcept;
|
||||
# endif
|
||||
|
||||
# endif
|
||||
|
|
Loading…
Reference in a new issue