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, 2007-05-17 13:27:39+05:00, gluh@stripped +1 -0
valgrind error fix(addon)
sql/sql_lex.cc@stripped, 2007-05-17 13:27:37+05:00, gluh@stripped +1 -1
valgrind error fix(addon)
# 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: gluh
# Host: eagle.(none)
# Root: /home/gluh/MySQL/Merge/5.1-opt
--- 1.240/sql/sql_lex.cc 2007-04-29 21:00:04 +05:00
+++ 1.241/sql/sql_lex.cc 2007-05-17 13:27:37 +05:00
@@ -1770,7 +1770,7 @@ void Query_tables_list::destroy_query_ta
st_lex::st_lex()
:result(0), yacc_yyss(0), yacc_yyvs(0),
- sql_command(SQLCOM_END)
+ sql_command(SQLCOM_END), option_type(OPT_DEFAULT)
{
/* Check that plugins_static_buffer is declared immediately after plugins */
compile_time_assert((&plugins + 1) == (DYNAMIC_ARRAY*)plugins_static_buffer);
| Thread |
|---|
| • bk commit into 5.1 tree (gluh:1.2518) | gluh | 17 May |