mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-13728 - Import MySQL 5.7 atomic operations for MSVC and Solaris
gcc_sync.h, solaris.h, generic-msvc.h copied verbatim.
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user