From: Date: June 1 2007 10:49pm Subject: bk commit into 5.1 tree (iggy:1.2521) List-Archive: http://lists.mysql.com/commits/27967 Message-Id: <20070601204907.D295D499D0F@amd64> Below is the list of changes that have just been committed into a local 5.1 repository of iggy. When iggy 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-06-01 16:49:02-04:00, iggy@amd64.(none) +1 -0 Merge amd64.(none):/src/bug24732/my50-bug24732 into amd64.(none):/src/bug24732/my51-bug24732 MERGE: 1.1810.2964.2 BitKeeper/deleted/.del-CMakeLists.txt~1@stripped, 2007-06-01 16:48:58-04:00, iggy@amd64.(none) +0 -0 Auto merged MERGE: 1.1.21.2 BitKeeper/deleted/.del-CMakeLists.txt~1@stripped, 2007-06-01 16:48:58-04:00, iggy@amd64.(none) +0 -0 Merge rename: CMakeLists.txt -> BitKeeper/deleted/.del-CMakeLists.txt~1 # 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: iggy # Host: amd64.(none) # Root: /src/bug24732/my51-bug24732/RESYNC --- 1.1.21.1/CMakeLists.txt 2007-06-01 16:48:22 -04:00 +++ 1.19/BitKeeper/deleted/.del-CMakeLists.txt~1 2007-06-01 16:48:58 -04:00 @@ -48,6 +48,8 @@ IF (WITH_MYISAMMRG_STORAGE_ENGINE) ENDIF (WITH_MYISAMMRG_STORAGE_ENGINE) IF(WITH_INNOBASE_STORAGE_ENGINE) + CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/innobase/ib_config.h.in + ${CMAKE_SOURCE_DIR}/innobase/ib_config.h @ONLY) ADD_DEFINITIONS(-D HAVE_INNOBASE_DB) ADD_DEFINITIONS(-D WITH_INNOBASE_STORAGE_ENGINE) SET (mysql_plugin_defs "${mysql_plugin_defs},builtin_innobase_plugin") @@ -181,12 +183,8 @@ ADD_SUBDIRECTORY(heap) ADD_SUBDIRECTORY(myisam) ADD_SUBDIRECTORY(myisammrg) ADD_SUBDIRECTORY(client) -IF(WITH_BERKELEY_STORAGE_ENGINE) - ADD_SUBDIRECTORY(bdb) -ENDIF(WITH_BERKELEY_STORAGE_ENGINE) -IF(WITH_INNOBASE_STORAGE_ENGINE) - ADD_SUBDIRECTORY(innobase) -ENDIF(WITH_INNOBASE_STORAGE_ENGINE) +ADD_SUBDIRECTORY(bdb) +ADD_SUBDIRECTORY(innobase) ADD_SUBDIRECTORY(sql) ADD_SUBDIRECTORY(sql/examples) ADD_SUBDIRECTORY(server-tools/instance-manager)