Below is the list of changes that have just been committed into a local
5.1 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 19:07:43+05:00, gluh@stripped +1 -0
after merge fix
sql/sql_yacc.yy@stripped, 2008-04-19 19:07:42+05:00, gluh@stripped +2 -1
after merge fix
diff -Nrup a/sql/sql_yacc.yy b/sql/sql_yacc.yy
--- a/sql/sql_yacc.yy 2008-04-19 19:00:51 +05:00
+++ b/sql/sql_yacc.yy 2008-04-19 19:07:42 +05:00
@@ -9180,7 +9180,8 @@ show_param:
{
LEX *lex=Lex;
lex->sql_command= SQLCOM_SHOW_COLUMN_TYPES;
- WARN_DEPRECATED("SHOW COLUMN TYPES", "HELP 'DATA TYPES'");
+ WARN_DEPRECATED(yythd, "6.0", "SHOW COLUMN TYPES",
+ "HELP 'DATA TYPES'");
}
| TABLE_SYM TYPES_SYM
{
| Thread |
|---|
| • bk commit into 5.1 tree (gluh:1.2577) | gluh | 19 Apr |