diff -Nru Percona-Server-5.5.30-rel30.2/cmake/install_layout.cmake Percona-Server-5.5.30-rel30.2.new/cmake/install_layout.cmake --- Percona-Server-5.5.30-rel30.2/cmake/install_layout.cmake 2013-04-08 23:31:41.000000000 +0200 +++ Percona-Server-5.5.30-rel30.2.new/cmake/install_layout.cmake 2013-05-15 00:26:37.000000000 +0200 @@ -147,8 +147,8 @@ SET(INSTALL_SCRIPTDIR_RPM "bin") # IF(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64") - SET(INSTALL_LIBDIR_RPM "lib") - SET(INSTALL_PLUGINDIR_RPM "lib/mysql/plugin") + SET(INSTALL_LIBDIR_RPM "lib64") + SET(INSTALL_PLUGINDIR_RPM "lib64/mysql/plugin") ELSE() SET(INSTALL_LIBDIR_RPM "lib") SET(INSTALL_PLUGINDIR_RPM "lib/mysql/plugin") diff -Nru Percona-Server-5.5.30-rel30.2/storage/innobase/handler/ha_innodb.cc Percona-Server-5.5.30-rel30.2.new/storage/innobase/handler/ha_innodb.cc --- Percona-Server-5.5.30-rel30.2/storage/innobase/handler/ha_innodb.cc 2013-04-08 23:30:51.000000000 +0200 +++ Percona-Server-5.5.30-rel30.2.new/storage/innobase/handler/ha_innodb.cc 2013-05-15 00:26:37.000000000 +0200 @@ -205,7 +205,6 @@ static ulong srv_lazy_drop_table = 0; - static char* internal_innobase_data_file_path = NULL; static char* innodb_version_str = (char*) INNODB_VERSION_STR;