List:Internals« Previous MessageNext Message »
From:konstantin Date:October 9 2005 12:45pm
Subject:bk commit into 5.0 tree (konstantin:1.2031)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kostja. When kostja 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.2031 05/10/09 14:45:08 konstantin@stripped +4 -0
  Remove protocol_cursor.cpp (no longer used) from sources
  Fix a compile failure

  sql/mysqld.cc
    1.510 05/10/09 14:44:57 konstantin@stripped +1 -1
    Fix a compile failure

  VC++Files/sql/mysqld.dsp
    1.39 05/10/09 14:44:57 konstantin@stripped +0 -4
    Remove protocol_cursor.cpp (no longer used) from sources

  VC++Files/libmysqld/libmysqld.dsp
    1.28 05/10/09 14:44:57 konstantin@stripped +0 -4
    Remove protocol_cursor.cpp (no longer used) from sources

  BitKeeper/deleted/.del-protocol_cursor.cc~2a1ab8e023a166a4
    1.17 05/10/09 14:09:58 konstantin@stripped +0 -0
    Delete: sql/protocol_cursor.cc

# 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:	konstantin
# Host:	dragonfly.local
# Root:	/opt/local/work/mysql-5.0-root

--- 1.509/sql/mysqld.cc	2005-10-08 18:39:40 +04:00
+++ 1.510/sql/mysqld.cc	2005-10-09 14:44:57 +04:00
@@ -2167,7 +2167,7 @@
 /* This threads handles all signals and alarms */
 
 /* ARGSUSED */
-static void *signal_hand(void *arg __attribute__((unused)))
+pthread_handler_t signal_hand(void *arg __attribute__((unused)))
 {
   sigset_t set;
   int sig;

--- 1.38/VC++Files/sql/mysqld.dsp	2005-08-25 07:55:40 +04:00
+++ 1.39/VC++Files/sql/mysqld.dsp	2005-10-09 14:44:57 +04:00
@@ -1283,10 +1283,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=.\protocol_cursor.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=.\records.cpp
 
 !IF  "$(CFG)" == "mysqld - Win32 Release"

--- 1.27/VC++Files/libmysqld/libmysqld.dsp	2005-08-03 03:19:47 +04:00
+++ 1.28/VC++Files/libmysqld/libmysqld.dsp	2005-10-09 14:44:57 +04:00
@@ -396,10 +396,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\sql\protocol_cursor.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=..\sql\records.cpp
 # End Source File
 # Begin Source File
Thread
bk commit into 5.0 tree (konstantin:1.2031)konstantin9 Oct