Below is the list of changes that have just been committed into a local
4.1 repository of kent. When kent 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.2478 06/03/27 23:04:44 kent@stripped +1 -0
mysql_config.sh:
Remove Solaris -xc99=none C option as C++ compiler can't handle it
scripts/mysql_config.sh
1.22 06/03/27 23:04:21 kent@stripped +1 -1
Remove Solaris -xc99=none C option as C++ compiler can't handle it
# 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: kent
# Host: c-4d4072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root: /Users/kent/mysql/bk/mysql-4.1-new
--- 1.21/scripts/mysql_config.sh 2006-03-27 19:17:54 +02:00
+++ 1.22/scripts/mysql_config.sh 2006-03-27 23:04:21 +02:00
@@ -107,7 +107,7 @@
for remove in DDBUG_OFF DSAFEMALLOC USAFEMALLOC DSAFE_MUTEX \
DPEDANTIC_SAFEMALLOC DUNIV_MUST_NOT_INLINE DFORCE_INIT_OF_VARS \
DEXTRA_DEBUG DHAVE_purify 'O[0-9]' 'W[-A-Za-z]*' \
- Xa xstrconst
+ Xa xstrconst "xc99=none"
do
# The first option we might strip will always have a space before it because
# we set -I$pkgincludedir as the first option
| Thread |
|---|
| • bk commit into 4.1 tree (kent:1.2478) | kent | 27 Mar |