diff options
author | lenz@mysql.com <> | 2004-02-03 22:25:02 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2004-02-03 22:25:02 +0100 |
commit | 9736c9c457dcf75768f1451241010d03a8ee196b (patch) | |
tree | 4d5e699655a0f5aaa18c632876846c824a1a5d32 /scripts | |
parent | a3dc5449e95d6c62c983ce7139d8e09a96f2e29e (diff) | |
download | mariadb-git-9736c9c457dcf75768f1451241010d03a8ee196b.tar.gz |
- renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the
binary distribution and Server RPM
Diffstat (limited to 'scripts')
-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 300fc4a7020..c7945e31eda 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -100,6 +100,7 @@ BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \ extra/resolve_stack_dump$BS extra/mysql_waitpid$BS \ isam/isamchk$BS isam/pack_isam$BS \ myisam/myisamchk$BS myisam/myisampack$BS myisam/myisamlog$BS \ + myisam/myisam_ftdump$BS \ sql/mysqld$BS \ client/mysql$BS client/mysqlshow$BS client/mysqladmin$BS \ client/mysqldump$BS client/mysqlimport$BS \ |