Commit 51f0fa4e authored by Marko Mäkelä's avatar Marko Mäkelä

Cleanup: Remove a startup message

The GCC __atomic_ functions were removed already in
commit 2b47f8ff,
and starting with MariaDB Server 10.4, InnoDB relies mostly
on C++11 std::atomic.
parent afdd6b1d
......@@ -1160,11 +1160,6 @@ dberr_t srv_start(bool create_new_db)
ib::info() << "!!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!";
#endif
#ifdef _WIN32
ib::info() << "Mutexes and rw_locks use Windows interlocked functions";
#else
ib::info() << "Mutexes and rw_locks use GCC atomic builtins";
#endif
ib::info() << MUTEX_TYPE;
ib::info() << "Compressed tables use zlib " ZLIB_VERSION
......
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