aboutsummaryrefslogtreecommitdiff
path: root/databases/mysqlwsrep57-server/files/patch-plugin_password__validation_validate__password.cc
blob: 47fc0dc6b7e522922ade84f9ac58a82ebcf6217e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- plugin/password_validation/validate_password.cc.orig	2016-03-28 18:06:12 UTC
+++ plugin/password_validation/validate_password.cc
@@ -18,6 +18,8 @@
 #include <mysql/plugin_validate_password.h>
 #include <mysql/service_my_plugin_log.h>
 #include <mysql/service_mysql_string.h>
+/* solve clash between libc++ bitset::test() and test macro from my_global.h */
+#undef test
 #include <set>
 #include <iostream>
 #include <fstream>