diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-01-20 21:42:01 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-01-20 21:42:01 +0100 |
commit | faac8db6bdd9f91eaa8dd4dc929e2909f8075d14 (patch) | |
tree | 0d51af129e7c5dd63b3c27acff5690991bf311d4 /scripts | |
parent | 7caa80c48170f8a35ef8ece7a1881fe1f0e022dd (diff) | |
download | mariadb-git-faac8db6bdd9f91eaa8dd4dc929e2909f8075d14.tar.gz |
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.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 8f306abcb32..76e92899c2a 100644 --- a/scripts/CMakeLists.txt +++ b/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 |