Below is the list of changes that have just been committed into a local
5.0 repository of elkin. When elkin 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, 2006-07-10 13:11:29+03:00, aelkin@stripped
+1 -0
Merge dsl-hkigw8-feb1fb00-100.dhcp.inet.fi:/usr_rh9/home/elkin.rh9/MySQL/TEAM/BARE/4.1
into
dsl-hkigw8-feb1fb00-100.dhcp.inet.fi:/usr_rh9/home/elkin.rh9/MySQL/TEAM/FIXES/5.0/20919_temp_nlog
MERGE: 1.1616.2144.161
sql/sql_base.cc@stripped, 2006-07-10 13:11:27+03:00,
aelkin@stripped +0 -3
Manual merge
MERGE: 1.145.1.127
# 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: aelkin
# Host: dsl-hkigw8-feb1fb00-100.dhcp.inet.fi
# Root: /usr_rh9/home/elkin.rh9/MySQL/TEAM/FIXES/5.0/20919_temp_nlog/RESYNC
--- 1.341/sql/sql_base.cc 2006-07-10 13:11:35 +03:00
+++ 1.342/sql/sql_base.cc 2006-07-10 13:11:35 +03:00
@@ -624,8 +624,10 @@
if (!mysql_bin_log.is_open())
{
- for (table= thd->temporary_tables; table; table= table->next)
+ TABLE *next;
+ for (table= thd->temporary_tables; table; table= next)
{
+ next= table->next;
close_temporary(table, 1);
}
thd->temporary_tables= 0;
@@ -648,7 +650,6 @@
insertion sort of temp tables by pseudo_thread_id to build ordered list
of sublists of equal pseudo_thread_id
*/
-
for (prev_table= thd->temporary_tables, table= prev_table->next;
table;
prev_table= table, table= table->next)
| Thread |
|---|
| • bk commit into 5.0 tree (aelkin:1.2204) | Andrei Elkin | 10 Jul |