diff options
author | jimw@mysql.com <> | 2006-04-11 18:54:24 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2006-04-11 18:54:24 -0700 |
commit | 276109b155b017a509801b19f76d81feca460707 (patch) | |
tree | 24f79d4012d38ba95416a1379bdf4c392e02e0cb /support-files | |
parent | b02463c15aea36ddcd5b4f7d0f5b4594b5c84f62 (diff) | |
download | mariadb-git-276109b155b017a509801b19f76d81feca460707.tar.gz |
Remove old cruft from the tree: mysqltestmanager, mysql_test_run_new,
and various stuff in Docs/. Also move the certificates used for testing
into mysql-test/std_data from the top-level SSL directory (now gone).
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 3e765affa4b..2f7431f854b 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -699,9 +699,6 @@ fi %attr(-, root, root) %{_datadir}/sql-bench %attr(-, root, root) %{_datadir}/mysql-test %attr(755, root, root) %{_bindir}/mysql_client_test -%attr(755, root, root) %{_bindir}/mysqltestmanager -%attr(755, root, root) %{_bindir}/mysqltestmanager-pwgen -%attr(755, root, root) %{_bindir}/mysqltestmanagerc %files embedded %defattr(-, root, root, 0755) @@ -711,6 +708,11 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog + +* Sat Apr 11 2006 Jim Winstead <jimw@mysql.com> + +- Remove old mysqltestmanager and related programs + * Sat Apr 01 2006 Kent Boortz <kent@mysql.com> - Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS |