List:Commits« Previous MessageNext Message »
From:knielsen Date:September 26 2006 12:43pm
Subject:bk commit into 5.0 tree (knielsen:1.2285)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of knielsen. When knielsen 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-09-26 14:43:26+02:00, knielsen@ymer.(none) +2 -0
  test

  sql/mysqld.cc@stripped, 2006-09-26 14:43:24+02:00, knielsen@ymer.(none) +2 -0
    test

  sql/sql_insert.cc@stripped, 2006-09-26 14:43:24+02:00, knielsen@ymer.(none) +1 -0
    test

# 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:	knielsen
# Host:	ymer.(none)
# Root:	/usr/local/mysql/tmp-5.0

--- 1.573/sql/mysqld.cc	2006-09-26 14:43:33 +02:00
+++ 1.574/sql/mysqld.cc	2006-09-26 14:43:33 +02:00
@@ -3330,6 +3330,7 @@ int main(int argc, char **argv)
 			    argc, argv, load_default_groups))
     unireg_abort(1);				// Will do exit
 
+  { int test1 = 0; }
   init_signals();
   if (!(opt_specialflag & SPECIAL_NO_PRIOR))
     my_pthread_setprio(pthread_self(),CONNECT_PRIOR);
@@ -3957,6 +3958,7 @@ pthread_handler_t handle_connections_soc
   LINT_INIT(new_sock);
 
   (void) my_pthread_getprio(pthread_self());		// For debugging
+  { int test2 = 0; }
 
   FD_ZERO(&clientFDs);
   if (ip_sock != INVALID_SOCKET)

--- 1.201/sql/sql_insert.cc	2006-09-26 14:43:33 +02:00
+++ 1.202/sql/sql_insert.cc	2006-09-26 14:43:33 +02:00
@@ -1416,6 +1416,7 @@ delayed_insert *find_handler(THD *thd, T
     if (!strcmp(tmp->thd.db,table_list->db) &&
 	!strcmp(table_list->table_name,tmp->table->s->table_name))
     {
+  { int test3 = 0; }
       tmp->lock();
       break;
     }
Thread
bk commit into 5.0 tree (knielsen:1.2285)knielsen26 Sep