Below is the list of changes that have just been committed into a local
5.1 repository of gbichot. When gbichot does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1823 05/05/12 22:28:26 gbichot@stripped +3 -0
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.
support-files/mysql.spec.sh
1.100 05/05/12 22:28:20 gbichot@stripped +4 -1
mysql_tableinfo removed
scripts/Makefile.am
1.44 05/05/12 22:28:20 gbichot@stripped +0 -2
mysql_tableinfo removed
BitKeeper/deleted/.del-mysql_tableinfo.sh~c715458838a2a818
1.4 05/05/12 21:57:35 gbichot@stripped +0 -0
Delete: scripts/mysql_tableinfo.sh
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: gbichot
# Host: quadita2.mysql.com
# Root: /nfstmp1/guilhem/mysql-5.1-4ita
--- 1.43/scripts/Makefile.am 2005-04-26 12:03:33 +02:00
+++ 1.44/scripts/Makefile.am 2005-05-12 22:28:20 +02:00
@@ -31,7 +31,6 @@
mysqlhotcopy \
mysqldumpslow \
mysql_explain_log \
- mysql_tableinfo \
mysqld_multi \
make_win_src_distribution \
make_win_binary_distribution \
@@ -57,7 +56,6 @@
mysqldumpslow.sh \
mysql_explain_log.sh \
mysqld_multi.sh \
- mysql_tableinfo.sh \
mysqld_safe.sh \
mysql_create_system_tables.sh
--- 1.99/support-files/mysql.spec.sh 2005-04-21 08:30:55 +02:00
+++ 1.100/support-files/mysql.spec.sh 2005-05-12 22:28:20 +02:00
@@ -588,7 +588,6 @@
%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 @@
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
+* Thu May 12 2005 Guilhem Bichot <guilhem@stripped>
+
+- Removed the mysql_tableinfo script made obsolete by the information schema
+
* Wed Apr 20 2005 Lenz Grimmer <lenz@stripped>
- Enabled the "blackhole" storage engine for the Max RPM
| Thread |
|---|
| • bk commit into 5.1 tree (gbichot:1.1823) | guilhem | 12 May |