summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2010-07-09 13:39:19 +0200
committerunknown <knielsen@knielsen-hq.org>2010-07-09 13:39:19 +0200
commit2be1a25faa579282b441f42e525b7e0f05fb1f5f (patch)
tree32115114a158ac13b7c806276793f537cd8eea77 /scripts
parentb95bd9f5e2040609e2269772ec4ed043d0036cf4 (diff)
parentee45ab069478f532488befac0464c780c2f46f45 (diff)
downloadmariadb-git-2be1a25faa579282b441f42e525b7e0f05fb1f5f.tar.gz
Automerge MariaDB 5.1->5.2.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index 2563c49280e..eee70fdf776 100755
--- a/scripts/CMakeLists.txt
+++ b/scripts/CMakeLists.txt
@@ -75,3 +75,12 @@ CONFIGURE_FILE(mysqldumpslow.sh
CONFIGURE_FILE(mysqlhotcopy.sh
${CMAKE_BINARY_DIR}/scripts/mysqlhotcopy.pl ESCAPE_QUOTES @ONLY)
+
+INSTALL(FILES mysqldumpslow.pl mysqlhotcopy.pl mysql_config.pl
+ mysql_convert_table_format.pl mysql_install_db.pl
+ mysql_secure_installation.pl mysqld_multi.pl
+ DESTINATION scripts COMPONENT scripts)
+
+INSTALL(FILES fill_help_tables.sql mysql_fix_privilege_tables.sql mysql_system_tables.sql
+ mysql_system_tables_data.sql mysql_system_tables_fix.sql mysql_test_data_timezone.sql
+ DESTINATION share COMPONENT scripts)