Browse Source

MDEV-3952 Incompatible change in MariaDB-5.5.28a-client rpm adds mytop when not in MariaDB-5.5.23-client (CentOS 5)

Same as for deb: don't add mytop to the client rpm.
pull/843/head
Sergei Golubchik 13 years ago
parent
commit
faac8db6bd
  1. 2
      scripts/CMakeLists.txt

2
scripts/CMakeLists.txt

@ -285,7 +285,7 @@ SET(mysql_config_COMPONENT COMPONENT Development)
SET(msql2mysql_COMPONENT COMPONENT Client)
SET(mysqlaccess_COMPONENT COMPONENT Client)
SET(mysql_find_rows_COMPONENT COMPONENT Client)
SET(mytop_COMPONENT Client)
SET(mytop_COMPONENT Mytop)
IF(WIN32)
# On Windows, some .sh and some .pl.in files are configured

Loading…
Cancel
Save