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:
@ -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
|
||||
|
Reference in New Issue
Block a user