mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -19549,7 +19549,9 @@ static void test_mdev4326()
|
||||
myquery(rc);
|
||||
}
|
||||
|
||||
/* Test uses MYSQL_PROTOCOL_SOCKET, not on Windows */
|
||||
|
||||
#ifndef _WIN32
|
||||
/**
|
||||
BUG#17512527: LIST HANDLING INCORRECT IN MYSQL_PRUNE_STMT_LIST()
|
||||
*/
|
||||
@@ -19590,7 +19592,7 @@ static void test_bug17512527()
|
||||
mysql_stmt_close(stmt2);
|
||||
mysql_stmt_close(stmt1);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user