Below is the list of changes that have just been committed into a local
5.1 repository of cbell. When cbell 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-04-02 11:03:36-04:00, cbell@mysql_cab_desk. +1 -0
This patch adds the be_nodata.cc file to the cmake file for the blackhole engine.
This was necessary to prevent linker errors on the Windows platform.
storage/blackhole/CMakeLists.txt@stripped, 2007-04-02 11:03:00-04:00, cbell@mysql_cab_desk. +1 -1
Phase 2 - This patch includes a minor change to the cmake file for the blackhole
engine to ensure it compiles (links) properly on Windows.
# 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: cbell
# Host: mysql_cab_desk.
# Root: C:/source/c++/mysql-5.1-backup-phase2
--- 1.6/storage/blackhole/CMakeLists.txt 2007-04-02 11:03:47 -04:00
+++ 1.7/storage/blackhole/CMakeLists.txt 2007-04-02 11:03:47 -04:00
@@ -19,4 +19,4 @@
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/sql
${CMAKE_SOURCE_DIR}/regex
${CMAKE_SOURCE_DIR}/extra/yassl/include)
-ADD_LIBRARY(blackhole ha_blackhole.cc ha_blackhole.h)
+ADD_LIBRARY(blackhole ha_blackhole.cc ha_blackhole.h ${CMAKE_SOURCE_DIR}/sql/backup/be_nodata.cc)
| Thread |
|---|
| • bk commit into 5.1 tree (cbell:1.2501) | cbell | 2 Apr |