List:Internals« Previous MessageNext Message »
From:vva Date:June 6 2002 3:11pm
Subject:bk commit into 4.1 tree
View as plain text  
Below is the list of changes that have just been committed into a
4.1 repository of vva. When vva does a push, they will be propogated 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.1257 02/06/06 15:11:12 vva@vva_redhat.(none) +3 -0
  local changes for run under gdb

  BitKeeper/etc/logging_ok
    1.210 02/06/06 15:11:00 vva@vva_redhat.(none) +1 -0
    Logging to logging@stripped accepted

  BitKeeper/etc/ignore
    1.113 02/06/06 15:11:00 vva@vva_redhat.(none) +6 -0
    Added clear make.err mysql-test/vva_debug mysql-test/vva_test vva_compile vva_make to the ignore list

  sql/mysqld.cc
    1.299 02/06/06 15:10:58 vva@vva_redhat.(none) +2 -2
    my local changes for run under gdb

# 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:	vva
# Host:	vva_redhat.(none)
# Root:	/home/vva/work/new_version/clone1

--- 1.298/sql/mysqld.cc	Sat Apr 13 11:01:39 2002
+++ 1.299/sql/mysqld.cc	Thu Jun  6 15:10:58 2002
@@ -1439,7 +1439,7 @@
   (void) pthread_attr_setdetachstate(&thr_attr,PTHREAD_CREATE_DETACHED);
   if (!(opt_specialflag & SPECIAL_NO_PRIOR))
     my_pthread_attr_setprio(&thr_attr,INTERRUPT_PRIOR);
-  pthread_attr_setstacksize(&thr_attr,32768);
+  /*pthread_attr_setstacksize(&thr_attr,32768);*/
 #endif
 
   (void) pthread_mutex_lock(&LOCK_thread_count);
@@ -1849,7 +1849,7 @@
   (void) pthread_attr_init(&connection_attrib);
   (void) pthread_attr_setdetachstate(&connection_attrib,
 				     PTHREAD_CREATE_DETACHED);
-  pthread_attr_setstacksize(&connection_attrib,thread_stack);
+  /*pthread_attr_setstacksize(&connection_attrib,thread_stack);*/
 
   if (!(opt_specialflag & SPECIAL_NO_PRIOR))
     my_pthread_attr_setprio(&connection_attrib,WAIT_PRIOR);

--- 1.209/BitKeeper/etc/logging_ok	Thu Apr 25 10:10:25 2002
+++ 1.210/BitKeeper/etc/logging_ok	Thu Jun  6 15:11:00 2002
@@ -54,3 +54,4 @@
 zak@stripped
 zak@stripped
 ram@stripped
+vva@vva_redhat.(none)

--- 1.112/BitKeeper/etc/ignore	Sat Apr 13 11:01:25 2002
+++ 1.113/BitKeeper/etc/ignore	Thu Jun  6 15:11:00 2002
@@ -470,3 +470,9 @@
 vio/test-sslclient
 vio/test-sslserver
 vio/viotest-ssl
+clear
+make.err
+mysql-test/vva_debug
+mysql-test/vva_test
+vva_compile
+vva_make
Thread
bk commit into 4.1 treevva6 Jun