Below is the list of changes that have just been committed into a local
6.0 repository of mysqldev. When mysqldev 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@stripped, 2007-12-04 12:13:00+01:00, jperkin@stripped +1 -0
plug.in:
Remove cpu check, it breaks any non Linux/Windows x86 OS. Leave
instead to --with-falcon configure option.
storage/falcon/plug.in@stripped, 2007-12-04 12:08:50+01:00, jperkin@stripped +0 -15
Remove cpu check, it breaks any non Linux/Windows x86 OS. Leave
instead to --with-falcon configure option.
diff -Nrup a/storage/falcon/plug.in b/storage/falcon/plug.in
--- a/storage/falcon/plug.in 2007-10-18 03:10:56 +02:00
+++ b/storage/falcon/plug.in 2007-12-04 12:08:50 +01:00
@@ -4,21 +4,6 @@ MYSQL_PLUGIN_DIRECTORY(falcon, [storage/
MYSQL_PLUGIN_STATIC(falcon, [libfalcon.a])
MYSQL_PLUGIN_DYNAMIC(falcon, [ha_falcon.la])
-# Check for supported machine types.
-AC_CACHE_CHECK([if Falcon Storage Engine is supported on $MACHINE_TYPE],
- falcon_supported_by_machine,[
- case "$BASE_MACHINE_TYPE" in
- i386) falcon_supported_by_machine="yes" ;;
- x86_64) falcon_supported_by_machine="yes" ;;
- *) falcon_supported_by_machine="no" ;;
- esac
-])
-
-if test "$falcon_supported_by_machine" != "yes"; then
- mysql_plugin_falcon="no"
- with_plugin_falcon="no"
-fi
-
# Generate Makefile for TransformLib.
MYSQL_PLUGIN_ACTIONS(falcon,[
AC_CONFIG_FILES(storage/falcon/TransformLib/Makefile)
| Thread |
|---|
| • bk commit into 6.0 tree (jperkin:1.2734) | jperkin | 4 Dec |