diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2017-09-04 15:40:21 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-11-27 18:35:53 +0400 |
commit | 1029b22feb8d9768df9e8b7b0344e2961bf82659 (patch) | |
tree | ad49ad55e3c65623463d872df201ddf9ac57cac4 /unittest | |
parent | 62fb0221105c56539fb4ae1c96846d04b5af48ce (diff) | |
download | mariadb-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.c | 2 |
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(); |