ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/databases/mysql57-server/files/patch-plugin_password__validation_validate__password.cc
Revision: 24461
Committed: Fri Oct 12 23:32:43 2018 UTC (5 years, 6 months ago) by laffer1
Content type: text/plain
File size: 430 byte(s)
Log Message:
add mysql 5.7

File Contents

# Content
1 --- plugin/password_validation/validate_password.cc.orig 2016-03-28 18:06:12 UTC
2 +++ plugin/password_validation/validate_password.cc
3 @@ -18,6 +18,8 @@
4 #include <mysql/plugin_validate_password.h>
5 #include <mysql/service_my_plugin_log.h>
6 #include <mysql/service_mysql_string.h>
7 +/* solve clash between libc++ bitset::test() and test macro from my_global.h */
8 +#undef test
9 #include <set>
10 #include <iostream>
11 #include <fstream>

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain