diff options
author | brian@zim.(none) <> | 2006-05-23 17:26:56 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2006-05-23 17:26:56 -0700 |
commit | ca63edc88b2f56a3a50f2f2e70ef8e0589e08360 (patch) | |
tree | 3a90399160bc48aff759cdb363efcc25fe1a3ee6 /scripts/make_binary_distribution.sh | |
parent | b514d3a89cb06df64f7501fb5fcdc2ce97e05783 (diff) | |
download | mariadb-git-ca63edc88b2f56a3a50f2f2e70ef8e0589e08360.tar.gz |
Removing mysql_explain_log from 5.1
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index aa29d48d50d..1b071a294ed 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -148,7 +148,7 @@ BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \ if [ $BASE_SYSTEM = "netware" ] ; then BIN_FILES="$BIN_FILES \ netware/mysqld_safe$BS netware/mysql_install_db$BS \ - netware/init_db.sql netware/test_db.sql netware/mysql_explain_log$BS \ + netware/init_db.sql netware/test_db.sql$BS \ netware/mysqlhotcopy$BS netware/libmysql$BS netware/init_secure_db.sql \ "; # For all other platforms: |