diff options
author | unknown <gbichot@quadita2.mysql.com> | 2005-05-12 22:28:26 +0200 |
---|---|---|
committer | unknown <gbichot@quadita2.mysql.com> | 2005-05-12 22:28:26 +0200 |
commit | 5a25e9f6d4f383279f01c6fd849f63754d9055cc (patch) | |
tree | 2bfd58fa8f0acf3ca208674c7b331b452c717f42 /scripts/Makefile.am | |
parent | 0de78e66c2920350143d1399510ac5bb0bb16a69 (diff) | |
download | mariadb-git-5a25e9f6d4f383279f01c6fd849f63754d9055cc.tar.gz |
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
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index b2fef9acadf..48e748f8cf0 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -31,7 +31,6 @@ bin_SCRIPTS = @server_scripts@ \ mysqlhotcopy \ mysqldumpslow \ mysql_explain_log \ - mysql_tableinfo \ mysqld_multi \ make_win_src_distribution \ make_win_binary_distribution \ @@ -57,7 +56,6 @@ EXTRA_SCRIPTS = make_binary_distribution.sh \ mysqldumpslow.sh \ mysql_explain_log.sh \ mysqld_multi.sh \ - mysql_tableinfo.sh \ mysqld_safe.sh \ mysql_create_system_tables.sh |