List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:August 27 2008 6:50am
Subject:bzr commit into mysql-5.1 branch (stewart:2818)
View as plain text  
#At file:///home/stewart/mysql/ndbwin32/

 2818 Stewart Smith	2008-08-27
      update config.cmake to support building of embedded server, remove old bdb, fix partitioning description.
modified:
  config.cmake

=== modified file 'config.cmake'
--- a/config.cmake	2008-08-21 15:30:00 +0000
+++ b/config.cmake	2008-08-27 06:49:57 +0000
@@ -90,13 +90,13 @@ SET(EMBED_MANIFESTS FALSE CACHE BOOL "Em
 SET(DISABLE_GRANT_OPTIONS FALSE CACHE BOOL "Disable grant options")
 
 SET(WITH_ARCHIVE_STORAGE_ENGINE FALSE CACHE BOOL "Include Archive engine")
-SET(WITH_BERKELEY_STORAGE_ENGINE FALSE CACHE BOOL "Include Berkeley engine")
 SET(WITH_BLACKHOLE_STORAGE_ENGINE FALSE CACHE BOOL "Include Blackhole engine")
 SET(WITH_EXAMPLE_STORAGE_ENGINE FALSE CACHE BOOL "Include Example engine")
 SET(WITH_FEDERATED_STORAGE_ENGINE FALSE CACHE BOOL "Include Federated")
 SET(WITH_INNOBASE_STORAGE_ENGINE FALSE CACHE BOOL "Include InnoDB engine")
-SET(WITH_PARTITION_STORAGE_ENGINE FALSE CACHE BOOL "Include NDB Cluster")
+SET(WITH_PARTITION_STORAGE_ENGINE FALSE CACHE BOOL "Include Table partitioning")
 SET(WITH_NDBCLUSTER_STORAGE_ENGINE FALSE CACHE BOOL "Include NDB Cluster")
+SET(WITH_EMBEDDED_SERVER FALSE CACHE BOOL "Include embedded server (libmysqld)")
 
 IF(WITH_NDBCLUSTER_STORAGE_ENGINE)
   SET(WITH_PARTITION_STORAGE_ENGINE TRUE)

Thread
bzr commit into mysql-5.1 branch (stewart:2818) Stewart Smith27 Aug