From c785ed70a9fe1d55d332ab36c139587592f3fbe5 Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Mon, 27 Jun 2011 19:30:05 +0300 Subject: Added mytop to distribution (with some small trivial changes to make it workg good also for MariaDB) scripts/CMakeLists.txt: Added mytop scripts/Makefile.am: Added mytop scripts/make_binary_distribution.sh: Added mytop scripts/make_win_bin_dist: Added mytop scripts/mytop.sh: Added mytop (with some small trivial changes to make it workg good also for MariaDB) support-files/mysql.spec.sh: Added mytop --- scripts/CMakeLists.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'scripts/CMakeLists.txt') diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index a62569843db..d0cbafccc82 100755 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -80,7 +80,10 @@ CONFIGURE_FILE(mysqldumpslow.sh CONFIGURE_FILE(mysqlhotcopy.sh ${CMAKE_BINARY_DIR}/scripts/mysqlhotcopy.pl ESCAPE_QUOTES @ONLY) -FOREACH(f mysqldumpslow.pl mysqlhotcopy.pl mysql_config.pl +CONFIGURE_FILE(mytop.sh + ${CMAKE_BINARY_DIR}/scripts/mytop.pl ESCAPE_QUOTES @ONLY) + +FOREACH(f mysqldumpslow.pl mysqlhotcopy.pl mytop.pl mysql_config.pl mysql_convert_table_format.pl mysql_install_db.pl mysql_secure_installation.pl mysqld_multi.pl) INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${f} @@ -90,4 +93,4 @@ ENDFOREACH() INSTALL(FILES fill_help_tables.sql mysql_system_tables.sql mysql_system_tables_data.sql mysql_system_tables_fix.sql mysql_test_data_timezone.sql DESTINATION share COMPONENT Server) -INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mysql_fix_privilege_tables.sql DESTINATION share COMPONENT Server) \ No newline at end of file +INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mysql_fix_privilege_tables.sql DESTINATION share COMPONENT Server) -- cgit v1.2.1