Differential D9427 Diff 24697 databases/mysqlwsrep56-server/files/patch-plugin_password__validation_validate__password.cc
Changeset View
Changeset View
Standalone View
Standalone View
databases/mysqlwsrep56-server/files/patch-plugin_password__validation_validate__password.cc
- This file was copied from databases/mysql56-server/files/patch-plugin_password_validation_validate_password.cc.
| --- plugin/password_validation/validate_password.cc.orig 2013-09-10 07:38:25.000000000 +0000 | --- plugin/password_validation/validate_password.cc.orig 2017-01-25 07:58:07 UTC | ||||
| +++ plugin/password_validation/validate_password.cc 2013-10-05 15:40:20.790380179 +0000 | +++ plugin/password_validation/validate_password.cc | ||||
| @@ -16,6 +16,8 @@ | @@ -16,6 +16,8 @@ | ||||
| #include <my_sys.h> | #include <my_sys.h> | ||||
| #include <string> | #include <string> | ||||
| #include <mysql/plugin_validate_password.h> | #include <mysql/plugin_validate_password.h> | ||||
| +/* solve clash between libc++ bitset::test() and test macro from my_global.h */ | +/* solve clash between libc++ bitset::test() and test macro from my_global.h */ | ||||
| +#undef test | +#undef test | ||||
| #include <set> | #include <set> | ||||
| #include <ios> // std::streamoff | |||||
| #include <iostream> | #include <iostream> | ||||
| #include <fstream> | |||||