1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql_tableinfo removed (replaced by information schema; put a warning in the 5.0 version of the script about removal in 5.1).

Sad to say good bye to my contribution - this is hara-kiri, but that's for the sake of not confusing our users with a now useless script.


BitKeeper/deleted/.del-mysql_tableinfo.sh~c715458838a2a818:
  Delete: scripts/mysql_tableinfo.sh
scripts/Makefile.am:
  mysql_tableinfo removed
support-files/mysql.spec.sh:
  mysql_tableinfo removed
This commit is contained in:
unknown
2005-05-12 22:28:26 +02:00
parent 0de78e66c2
commit 5a25e9f6d4
3 changed files with 4 additions and 497 deletions

View File

@ -588,7 +588,6 @@ fi
%attr(755, root, root) %{_bindir}/msql2mysql
%attr(755, root, root) %{_bindir}/mysql
%attr(755, root, root) %{_bindir}/mysql_find_rows
%attr(755, root, root) %{_bindir}/mysql_tableinfo
%attr(755, root, root) %{_bindir}/mysql_waitpid
%attr(755, root, root) %{_bindir}/mysqlaccess
%attr(755, root, root) %{_bindir}/mysqladmin
@ -686,6 +685,10 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
* Thu May 12 2005 Guilhem Bichot <guilhem@mysql.com>
- Removed the mysql_tableinfo script made obsolete by the information schema
* Wed Apr 20 2005 Lenz Grimmer <lenz@mysql.com>
- Enabled the "blackhole" storage engine for the Max RPM