Below is the list of changes that have just been committed into a local
5.1 repository of andrey. When andrey 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.2041 06/01/12 11:51:34 andrey@lmy004. +1 -0
revert change to SETUP.sh which went through with my push of WL#1034
BUILD/SETUP.sh
1.52 06/01/12 11:51:15 andrey@lmy004. +1 -1
go back to -01 and reporting usage of uninitialized variables
# 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: andrey
# Host: lmy004.
# Root: /work/tmp/mysql-5.1-new
--- 1.51/BUILD/SETUP.sh 2006-01-10 19:50:15 +01:00
+++ 1.52/BUILD/SETUP.sh 2006-01-12 11:51:15 +01:00
@@ -79,7 +79,7 @@
reckless_cflags="-O3 -fomit-frame-pointer "
debug_cflags="-DUNIV_MUST_NOT_INLINE -DEXTRA_DEBUG -DFORCE_INIT_OF_VARS -DSAFEMALLOC -DPEDANTIC_SAFEMALLOC -DSAFE_MUTEX"
-debug_extra_cflags="-O0"
+debug_extra_cflags="-O1 -Wuninitialized"
base_cxxflags="-felide-constructors -fno-exceptions -fno-rtti"
amd64_cxxflags="" # If dropping '--with-big-tables', add here "-DBIG_TABLES"
| Thread |
|---|
| • bk commit into 5.1 tree (andrey:1.2041) | ahristov | 12 Jan |