#At file:///home/acorreia/workspace.sun/repository.mysql/bzrwork/merge/mysql-trunk-bugfixing/ based on revid:sven.sandberg@stripped
3026 Alfranio Correia 2010-04-29
Post-merge fix for BUG#51894, BUG#53075
thread_temporary_used is not initialized causing
valgrind's warnings.
modified:
sql/sql_class.cc
=== modified file 'sql/sql_class.cc'
--- a/sql/sql_class.cc 2010-04-26 09:02:29 +0000
+++ b/sql/sql_class.cc 2010-04-29 10:43:54 +0000
@@ -505,7 +505,7 @@ THD::THD()
count_cuted_fields= CHECK_FIELD_IGNORE;
killed= NOT_KILLED;
col_access=0;
- is_slave_error= thread_specific_used= FALSE;
+ is_slave_error= thread_specific_used= thread_temporary_used= FALSE;
my_hash_clear(&handler_tables_hash);
tmp_table=0;
used_tables=0;
Attachment: [text/bzr-bundle]
Thread |
---|
• bzr commit into mysql-trunk-bugfixing branch (alfranio.correia:3026)Bug#51894 Bug#53075 | Alfranio Correia | 29 Apr |