mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Make possible to use clang on Windows (clang-cl)
-DWITH_ASAN can be used as well now, on x64 Fix many clang-cl warnings.
This commit is contained in:
@@ -800,7 +800,7 @@ wait_for_no_updates(MYSQL *connection, uint timeout, uint threshold)
|
||||
|
||||
static
|
||||
os_thread_ret_t
|
||||
kill_query_thread(
|
||||
DECLARE_THREAD(kill_query_thread)(
|
||||
/*===============*/
|
||||
void *arg __attribute__((unused)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user