From: Ashish Agarwal Date: May 3 2012 11:41am Subject: bzr push into mysql-trunk branch (ashish.y.agarwal:3882 to 3883) List-Archive: http://lists.mysql.com/commits/143734 Message-Id: <201205031141.q43BfBFO002463@acsmt358.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3883 Ashish Agarwal 2012-05-03 wl2739: Test case fails in linux due to dictionary file. modified: plugin/password_validation/CMakeLists.txt 3882 Ashish Agarwal 2012-05-03 WL2739: Test failing on windows. Dictionary file is not found in plugin directory. modified: mysql-test/t/validate_password_plugin.test plugin/password_validation/CMakeLists.txt === modified file 'plugin/password_validation/CMakeLists.txt' --- a/plugin/password_validation/CMakeLists.txt 2012-05-03 09:25:12 +0000 +++ b/plugin/password_validation/CMakeLists.txt 2012-05-03 11:38:32 +0000 @@ -16,3 +16,4 @@ MYSQL_ADD_PLUGIN(validate_password validate_password.cc MODULE_ONLY) CONFIGURE_FILE(dictionary.txt ${CMAKE_BINARY_DIR}/plugin/password_validation/dictionary.txt) +INSTALL(FILES dictionary.txt DESTINATION ${INSTALL_PLUGINDIR}) No bundle (reason: useless for push emails).