List:Commits« Previous MessageNext Message »
From:konstantin Date:April 5 2006 1:43pm
Subject:bk commit into 5.1 tree (konstantin:1.2287)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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.2287 06/04/05 17:42:51 konstantin@stripped +17 -0
  Remove dead code from BUILD/ scripts: $debug_extra_warnings is 
  never defined.
  It was used at some point to add -Wuninitialized to debug flags, 
  but not any more. If there is still need to add -Wunitialized,
  it can be added directly to $global_warnings.

  BUILD/compile-ppc-debug
    1.3 06/04/05 17:42:45 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-ppc-debug-max
    1.6 06/04/05 17:42:45 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-ppc-debug-max-no-ndb
    1.3 06/04/05 17:42:45 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-pentium64-valgrind-max
    1.4 06/04/05 17:42:45 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-pentium64-debug-max
    1.3 06/04/05 17:42:45 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-pentium64-debug
    1.3 06/04/05 17:42:44 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-pentium-valgrind-max
    1.15 06/04/05 17:42:44 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-pentium-mysqlfs-debug
    1.3 06/04/05 17:42:44 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-pentium-debug
    1.33 06/04/05 17:42:44 konstantin@stripped +1 -5
    Remove a no-op.

  BUILD/compile-pentium-debug-yassl
    1.2 06/04/05 17:42:44 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-pentium-debug-openssl
    1.4 06/04/05 17:42:44 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-pentium-debug-max
    1.19 06/04/05 17:42:44 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-pentium-debug-max-no-ndb
    1.3 06/04/05 17:42:44 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-pentium-debug-max-no-embedded
    1.6 06/04/05 17:42:44 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-darwin-mwcc
    1.3 06/04/05 17:42:44 konstantin@stripped +0 -4
    Remove a no-op.

  BUILD/compile-amd64-debug-max
    1.4 06/04/05 17:42:44 konstantin@stripped +0 -2
    Remove a no-op.

  BUILD/compile-amd64-debug-max-no-ndb
    1.3 06/04/05 17:42:44 konstantin@stripped +0 -2
    Remove a no-op.

# 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.1-root

--- 1.32/BUILD/compile-pentium-debug	2005-02-05 17:05:42 +03:00
+++ 1.33/BUILD/compile-pentium-debug	2006-04-05 17:42:44 +04:00
@@ -4,10 +4,6 @@
 . "$path/SETUP.sh" $@ --with-debug=full
 
 extra_flags="$pentium_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
-extra_configs="$pentium_configs $debug_configs "
-
-extra_configs="$extra_configs"
+extra_configs="$pentium_configs $debug_configs"
 
 . "$path/FINISH.sh"

--- 1.5/BUILD/compile-pentium-debug-max-no-embedded	2006-04-05 16:50:06 +04:00
+++ 1.6/BUILD/compile-pentium-debug-max-no-embedded	2006-04-05 17:42:44 +04:00
@@ -4,8 +4,6 @@
 . "$path/SETUP.sh"
 
 extra_flags="$pentium_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$pentium_configs $debug_configs $base_max_configs"
 
 . "$path/FINISH.sh"

--- 1.3/BUILD/compile-pentium64-valgrind-max	2006-04-05 16:50:06 +04:00
+++ 1.4/BUILD/compile-pentium64-valgrind-max	2006-04-05 17:42:45 +04:00
@@ -4,8 +4,6 @@
 . "$path/SETUP.sh"
 
 extra_flags="$pentium64_cflags $debug_cflags $valgrind_flags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$pentium_configs $debug_configs $max_configs"
 
 . "$path/FINISH.sh"

--- 1.2/BUILD/compile-pentium64-debug-max	2006-04-05 16:50:06 +04:00
+++ 1.3/BUILD/compile-pentium64-debug-max	2006-04-05 17:42:45 +04:00
@@ -4,8 +4,6 @@
 . "$path/SETUP.sh" $@ --with-debug=full
 
 extra_flags="$pentium64_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$pentium_configs $debug_configs $max_configs"
 
 extra_configs="$extra_configs "

--- 1.3/BUILD/compile-amd64-debug-max	2006-04-05 16:50:06 +04:00
+++ 1.4/BUILD/compile-amd64-debug-max	2006-04-05 17:42:44 +04:00
@@ -2,8 +2,6 @@
 path=`dirname $0`
 . "$path/SETUP.sh"
 extra_flags="$amd64_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$amd64_configs $debug_configs $max_configs"
 
 . "$path/FINISH.sh"

--- 1.2/BUILD/compile-darwin-mwcc	2006-04-05 16:50:06 +04:00
+++ 1.3/BUILD/compile-darwin-mwcc	2006-04-05 17:42:44 +04:00
@@ -31,14 +31,10 @@
       ;;
     debug)
       extra_flags="$ppc_cflags $debug_cflags"
-      c_warnings="$c_warnings $debug_extra_warnings"
-      cxx_warnings="$cxx_warnings $debug_extra_warnings"
       extra_configs="$debug_configs"
       ;;
     debug-max)
       extra_flags="$ppc_cflags $debug_cflags"
-      c_warnings="$c_warnings $debug_extra_warnings"
-      cxx_warnings="$cxx_warnings $debug_extra_warnings"
       extra_configs="$debug_configs $max_configs"
       ;;
     *)

--- 1.5/BUILD/compile-ppc-debug-max	2006-04-05 16:50:06 +04:00
+++ 1.6/BUILD/compile-ppc-debug-max	2006-04-05 17:42:45 +04:00
@@ -4,8 +4,6 @@
 . "$path/SETUP.sh"
 
 extra_flags="$ppc_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$debug_configs $max_configs"
 
 . "$path/FINISH.sh"

--- 1.2/BUILD/compile-ppc-debug	2004-12-02 12:09:15 +03:00
+++ 1.3/BUILD/compile-ppc-debug	2006-04-05 17:42:45 +04:00
@@ -4,8 +4,6 @@
 . "$path/SETUP.sh"
 
 extra_flags="$ppc_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$debug_configs "
 
 extra_configs="$extra_configs"

--- 1.14/BUILD/compile-pentium-valgrind-max	2006-04-05 16:50:06 +04:00
+++ 1.15/BUILD/compile-pentium-valgrind-max	2006-04-05 17:42:44 +04:00
@@ -4,8 +4,6 @@
 . "$path/SETUP.sh"
 
 extra_flags="$pentium_cflags $debug_cflags $valgrind_flags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$pentium_configs $debug_configs $max_configs"
 
 . "$path/FINISH.sh"

--- 1.2/BUILD/compile-pentium64-debug	2005-01-26 17:07:50 +03:00
+++ 1.3/BUILD/compile-pentium64-debug	2006-04-05 17:42:44 +04:00
@@ -4,8 +4,6 @@
 . "$path/SETUP.sh" $@ --with-debug=full
 
 extra_flags="$pentium64_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$pentium_configs $debug_configs $static_link"
 
 extra_configs="$extra_configs "

--- 1.2/BUILD/compile-pentium-mysqlfs-debug	2002-01-26 02:19:45 +03:00
+++ 1.3/BUILD/compile-pentium-mysqlfs-debug	2006-04-05 17:42:44 +04:00
@@ -4,8 +4,6 @@
 . "$path/SETUP.sh"
 
 extra_flags="$pentium_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$pentium_configs $debug_configs $static_link"
 
 extra_configs="$extra_configs --with-debug=full --with-mysqlfs --without-server --without-pstack"

--- 1.2/BUILD/compile-amd64-debug-max-no-ndb	2006-04-05 16:50:06 +04:00
+++ 1.3/BUILD/compile-amd64-debug-max-no-ndb	2006-04-05 17:42:44 +04:00
@@ -2,8 +2,6 @@
 path=`dirname $0`
 . "$path/SETUP.sh"
 extra_flags="$amd64_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$amd64_configs $debug_configs $max_no_ndb_configs"
 
 . "$path/FINISH.sh"

--- 1.2/BUILD/compile-pentium-debug-max-no-ndb	2006-04-05 16:50:06 +04:00
+++ 1.3/BUILD/compile-pentium-debug-max-no-ndb	2006-04-05 17:42:44 +04:00
@@ -4,8 +4,6 @@
 . "$path/SETUP.sh" $@ --with-debug=full
 
 extra_flags="$pentium_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$pentium_configs $debug_configs $max_no_ndb_configs"
 
 . "$path/FINISH.sh"

--- 1.2/BUILD/compile-ppc-debug-max-no-ndb	2006-04-05 16:50:06 +04:00
+++ 1.3/BUILD/compile-ppc-debug-max-no-ndb	2006-04-05 17:42:45 +04:00
@@ -4,8 +4,6 @@
 . "$path/SETUP.sh"
 
 extra_flags="$ppc_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$debug_configs $max_no_ndb_configs"
 
 . "$path/FINISH.sh"

--- 1.18/BUILD/compile-pentium-debug-max	2006-04-05 16:50:06 +04:00
+++ 1.19/BUILD/compile-pentium-debug-max	2006-04-05 17:42:44 +04:00
@@ -4,8 +4,6 @@
 . "$path/SETUP.sh" $@ --with-debug=full
 
 extra_flags="$pentium_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$pentium_configs $debug_configs $max_configs"
 
 . "$path/FINISH.sh"

--- 1.1/BUILD/compile-pentium-debug-yassl	2005-04-28 17:23:01 +04:00
+++ 1.2/BUILD/compile-pentium-debug-yassl	2006-04-05 17:42:44 +04:00
@@ -4,8 +4,6 @@
 . "$path/SETUP.sh"
 
 extra_flags="$pentium_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$pentium_configs $debug_configs"
 
 extra_configs="$extra_configs  --with-debug=full --with-yassl"

--- 1.3/BUILD/compile-pentium-debug-openssl	2003-02-21 18:37:16 +03:00
+++ 1.4/BUILD/compile-pentium-debug-openssl	2006-04-05 17:42:44 +04:00
@@ -4,8 +4,6 @@
 . "$path/SETUP.sh"
 
 extra_flags="$pentium_cflags $debug_cflags"
-c_warnings="$c_warnings $debug_extra_warnings"
-cxx_warnings="$cxx_warnings $debug_extra_warnings"
 extra_configs="$pentium_configs $debug_configs"
 
 extra_configs="$extra_configs  --with-debug=full --with-openssl"
Thread
bk commit into 5.1 tree (konstantin:1.2287)konstantin5 Apr