summaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2017-09-04 15:40:21 +0400
committerSergey Vojtovich <svoj@mariadb.org>2017-11-27 18:35:53 +0400
commit1029b22feb8d9768df9e8b7b0344e2961bf82659 (patch)
treead49ad55e3c65623463d872df201ddf9ac57cac4 /unittest
parent62fb0221105c56539fb4ae1c96846d04b5af48ce (diff)
downloadmariadb-git-1029b22feb8d9768df9e8b7b0344e2961bf82659.tar.gz
MDEV-13728 - Import MySQL 5.7 atomic operations for MSVC and Solaris
gcc_sync.h, solaris.h, generic-msvc.h copied verbatim.
Diffstat (limited to 'unittest')
-rw-r--r--unittest/mysys/thr_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mysys/thr_template.c b/unittest/mysys/thr_template.c
index 38999022da0..83c7432c823 100644
--- a/unittest/mysys/thr_template.c
+++ b/unittest/mysys/thr_template.c
@@ -67,7 +67,7 @@ int main(int argc __attribute__((unused)), char **argv)
#define CYCLES 3000
#define THREADS 30
- diag("N CPUs: %d, atomic ops: %s", my_getncpus(), MY_ATOMIC_MODE);
+ diag("N CPUs: %d", my_getncpus());
do_tests();