From: Joerg Bruehe Date: October 29 2012 11:59am Subject: bzr push into mysql-5.6 branch (joerg.bruehe:4461 to 4462) List-Archive: http://lists.mysql.com/commits/145317 Message-Id: <20121029115923.380.24198.4462@trift-6core.fambruehe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4462 Joerg Bruehe 2012-10-29 Fix placement of 'postinstall-solaris' modified: support-files/solaris/CMakeLists.txt 4461 Joerg Bruehe 2012-10-26 Fix Bug #14747671 PKG UPGRADE RERUNS MYSQL_INSTALL_DB DURING UPGRADE Change the "postinstall" scriptlet for Solaris so that it first tests whether the directory "$mydatadir/mysql" (the one holding the system tables, especially "mysql.user") already exists: If yes, we assume this is an upgrade, and only if it didn't exist before the script is running this is a new installation for which "mysql_install_db" is run. modified: support-files/solaris/postinstall-solaris.sh === modified file 'support-files/solaris/CMakeLists.txt' --- a/support-files/solaris/CMakeLists.txt 2012-10-26 14:11:59 +0000 +++ b/support-files/solaris/CMakeLists.txt 2012-10-29 11:58:08 +0000 @@ -24,6 +24,6 @@ FOREACH(script postinstall-solaris) ${CMAKE_CURRENT_BINARY_DIR}/${script} COPYONLY ) INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${script} - DESTINATION ${inst_location} COMPONENT Server_Scripts + DESTINATION ${inst_location}/solaris COMPONENT Server_Scripts PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) ENDFOREACH() No bundle (reason: useless for push emails).