List:Commits« Previous MessageNext Message »
From:Jonathan Perkin Date:December 28 2008 11:08am
Subject:bzr commit into mysql-6.0 branch (jperkin:2718)
View as plain text  
#At file:///net/helheim/store/bteam/bzr/mysql-6.0.9-alpha-release/

 2718 Jonathan Perkin	2008-12-28
      Rather than using the special autoconf strings '@<:@' and '@:>@' to get
      a case statement with a range, just match all Solaris < 10 to keep the
      code readable.
modified:
  storage/falcon/plug.in

=== modified file 'storage/falcon/plug.in'
--- a/storage/falcon/plug.in	2008-12-22 11:11:09 +0000
+++ b/storage/falcon/plug.in	2008-12-28 10:06:41 +0000
@@ -158,7 +158,7 @@ MYSQL_PLUGIN_ACTIONS(falcon,[
   # as "inline templates" in a separate file
   FALCON_SPARC_ASSEMBLY=""
   case $host in
-    sparc-sun-solaris2.[89])
+    sparc-sun-solaris2.?)
       case $CXX_VERSION in
         *Sun*C++*)
           FALCON_SPARC_ASSEMBLY="CompareAndSwapSparc.il"

Thread
bzr commit into mysql-6.0 branch (jperkin:2718) Jonathan Perkin28 Dec