Below is the list of changes that have just been committed into a local
5.0 repository of gluh. When gluh 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@stripped, 2008-04-19 18:50:22+05:00, gluh@stripped +1 -0
Bug#5299 Remove SHOW COLUMN TYPES
added 'deprecated' warning for SHOW COLUMN TYPES command,
this command will be removed in 6.0 version
sql/sql_yacc.yy@stripped, 2008-04-19 18:50:20+05:00, gluh@stripped +1 -0
added 'deprecated' warning for SHOW COLUMN TYPES command,
this command will be removed in 6.0 version
diff -Nrup a/sql/sql_yacc.yy b/sql/sql_yacc.yy
--- a/sql/sql_yacc.yy 2008-03-15 21:51:30 +04:00
+++ b/sql/sql_yacc.yy 2008-04-19 18:50:20 +05:00
@@ -7098,6 +7098,7 @@ show_param:
{
LEX *lex=Lex;
lex->sql_command= SQLCOM_SHOW_COLUMN_TYPES;
+ WARN_DEPRECATED("SHOW COLUMN TYPES", "HELP 'DATA TYPES'");
}
| TABLE_SYM TYPES_SYM
{
| Thread |
|---|
| • bk commit into 5.0 tree (gluh:1.2608) BUG#5299 | gluh | 19 Apr |