List:Internals« Previous MessageNext Message »
From:msvensson Date:November 3 2005 10:01am
Subject:bk commit into 5.0 tree (msvensson:1.1967)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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.1967 05/11/03 11:01:13 msvensson@neptunus.(none) +1 -0
  Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
  into  neptunus.(none):/home/msvensson/mysql/bug13957/my50-bug13957

  configure.in
    1.361 05/11/03 11:01:07 msvensson@neptunus.(none) +0 -0
    Auto merged

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/bug13957/my50-bug13957/RESYNC

--- 1.360/configure.in	2005-11-01 17:39:06 +01:00
+++ 1.361/configure.in	2005-11-03 11:01:07 +01:00
@@ -334,6 +334,10 @@
       # Use the built-in alloca()
       CFLAGS="$CFLAGS -Kalloca"
       CXXFLAGS="$CFLAGS -Kalloca"
+      # Use no_implicit for templates
+      CXXFLAGS="$CXXFLAGS -Tno_implicit"
+      AC_DEFINE([HAVE_EXPLICIT_TEMPLATE_INSTANTIATION],
+        [1], [Defined by configure. Use explicit template instantiation.])
     fi
   ;;
 esac
Thread
bk commit into 5.0 tree (msvensson:1.1967)msvensson3 Nov