diff options
author | Michael Widenius <monty@askmonty.org> | 2011-06-27 19:30:05 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-06-27 19:30:05 +0300 |
commit | c785ed70a9fe1d55d332ab36c139587592f3fbe5 (patch) | |
tree | a2f15e4950f009a28e4cf70e1e18ebfc09e0e73e /scripts/make_binary_distribution.sh | |
parent | ba9a890f0c389a93925c8c21a30e64801f397f18 (diff) | |
download | mariadb-git-c785ed70a9fe1d55d332ab36c139587592f3fbe5.tar.gz |
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
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-rw-r--r-- | scripts/make_binary_distribution.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 828670d9408..733dd4ef3e6 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -459,6 +459,7 @@ copyfileto $BASE/bin $BIN_FILES $CP netware/*.pl $BASE/scripts $CP scripts/mysqlhotcopy $BASE/scripts/mysqlhotcopy.pl +$CP scripts/mytop $BASE/scripts/mytop.pl copyfileto $BASE/lib \ libmysql/.libs/libmysqlclient.a \ |