|
|||||||||||
|
bk commit into 5.1 tree (dkatz:1.2562) BUG#29457
From: <damien(at)mysql.com>
Date: Tue Jul 31 2007 - 15:50:34 EDT
ChangeSet@1.2562, 2007-07-31 15:50:28-04:00, dkatz@damien-katzs-computer.local +2 -0 Bug #29457 mysql: -T option no longer works in 5.1 In client/mysql.cc, changed option -T to be an alias for option --column-type-info instead of --debug-info. The reasoning behind the change is because most uses of -T is to get column information, not the debug information. client/mysql.cc@1.267, 2007-07-31 15:50:15-04:00, dkatz@damien-katzs-computer.local +2 -2 Changed option -T to be an alias for option --column-type-info instead of --debug-info. extra/comp_err.c@1.36, 2007-07-31 15:50:15-04:00, dkatz@damien-katzs-computer.local +1 -1 Removed option -T as an alias for --debug-info. Apparently the alias was copied from client/mysql.cc. diff -Nrup a/client/mysql.cc b/client/mysql.cc --- a/client/mysql.cc 2007-07-11 05:40:24 -04:00 +++ b/client/mysql.cc 2007-07-31 15:50:15 -04:00@@ -597,7 +597,7 @@ static struct my_option my_long_options[
{"character-sets-dir", OPT_CHARSETS_DIR,
"Directory where character sets are.", (uchar**) &charsets_dir,
(uchar**) &column_types_flag, (uchar**) &column_types_flag,
{"debug", '#', "Output debug log", (uchar**) &default_dbug_option,
(uchar**) &info_flag, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, --- a/extra/comp_err.c 2007-05-23 18:39:16 -04:00 +++ b/extra/comp_err.c 2007-07-31 15:50:15 -04:00@@ -102,7 +102,7 @@ static struct my_option my_long_options[
{"debug", '#', "Output debug log", (uchar**) & default_dbug_option,
(uchar**) & info_flag, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, -- MySQL Code Commits Mailing List For list archives: http://lists.mysql.com/commits To unsubscribe: http://lists.mysql.com/commits?unsub=lists@pantek.comReceived on Tue Jul 31 15:51:18 2007 This archive was generated by hypermail 2.1.8 : Thu Aug 09 2007 - 19:20:14 EDT |
||||||||||
|
|||||||||||