Below is the list of changes that have just been committed into a local
5.1 repository of antony. When antony 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.2212 06/03/08 17:44:46 acurtis@stripped +2 -0
fixes to patch
sql/sql_yacc.yy
1.472 06/03/08 17:44:42 acurtis@stripped +1 -1
missing verbosity option
sql/sql_show.cc
1.317 06/03/08 17:44:41 acurtis@stripped +1 -1
fix typo - caused SEGV
# 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: acurtis
# Host: localhost.(none)
# Root: /home/antony/work2/mysql-5.1-plugable.5
--- 1.316/sql/sql_show.cc 2006-03-07 09:20:32 -08:00
+++ 1.317/sql/sql_show.cc 2006-03-08 17:44:41 -08:00
@@ -3018,7 +3018,7 @@ int fill_schema_engines(THD *thd, TABLE_
CHARSET_INFO *scs= system_charset_info;
return plugin_foreach(thd, iter_schema_engines,
- MYSQL_STORAGE_ENGINE_PLUGIN, tables);
+ MYSQL_STORAGE_ENGINE_PLUGIN, table);
}
--- 1.471/sql/sql_yacc.yy 2006-03-01 12:39:23 -08:00
+++ 1.472/sql/sql_yacc.yy 2006-03-08 17:44:42 -08:00
@@ -8157,7 +8157,7 @@ show_param:
if (prepare_schema_table(YYTHD, lex, 0, SCH_OPEN_TABLES))
YYABORT;
}
- | PLUGIN_SYM
+ | opt_full PLUGIN_SYM
{
LEX *lex= Lex;
lex->sql_command= SQLCOM_SELECT;
| Thread |
|---|
| • bk commit into 5.1 tree (acurtis:1.2212) | antony | 9 Mar |