Below is the list of changes that have just been committed into a local
5.0 repository of kp. When kp 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.2022 06/01/09 12:56:22 kp@stripped +1 -0
Merge bk://mysql.bkbits.net/mysql-5.0
into blr-techserv.blr.novell.com:/home/kp/blr-engrlinux/bk/new/mysql-5.0_repair/mysql_5.0_repair
sql/mysqld.cc
1.486 06/01/09 12:55:40 kp@stripped +0 -0
Auto merged
# 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: kp
# Host: blr-techserv.blr.novell.com
# Root: /home/kp/blr-engrlinux/bk/new/mysql-5.0_repair/mysql_5.0_repair/RESYNC
--- 1.485/sql/mysqld.cc 2006-01-06 20:09:45 +05:30
+++ 1.486/sql/mysqld.cc 2006-01-09 12:55:40 +05:30
@@ -1613,7 +1613,7 @@
wake_thread--;
thd=thread_cache.get();
thd->real_id=pthread_self();
- thd->thread_stack= (char *) &thd;
+ thd->thread_stack= (char*) &thd; // For store_globals
(void) thd->store_globals();
thd->thr_create_time= time(NULL);
threads.append(thd);
| Thread |
|---|
| • bk commit into 5.0 tree (kp:1.2022) | gkrishna | 9 Jan |