List:Commits« Previous MessageNext Message »
From:antony Date:May 3 2006 6:10pm
Subject:bk commit into 5.1 tree (acurtis:1.2390)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of antony. When antony 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
  1.2390 06/05/03 11:10:10 acurtis@stripped +3 -0
  fix include path in windows build

  storage/csv/cmakelists.txt
    1.2 06/05/03 11:10:06 acurtis@stripped +2 -1
    fix include path

  storage/blackhole/cmakelists.txt
    1.2 06/05/03 11:10:06 acurtis@stripped +2 -1
    fix include path

  storage/archive/cmakelists.txt
    1.3 06/05/03 11:10:06 acurtis@stripped +3 -1
    fix include path

# 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:	acurtis
# Host:	localhost.(none)
# Root:	/home/antony/work2/mysql-5.1

--- 1.1/storage/blackhole/cmakelists.txt	2006-04-20 10:37:24 -07:00
+++ 1.2/storage/blackhole/cmakelists.txt	2006-05-03 11:10:06 -07:00
@@ -1,5 +1,6 @@
 SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
 SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
 
-INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/sql
+                    ${CMAKE_SOURCE_DIR}/extra/yassl/include)
 ADD_LIBRARY(blackhole ha_blackhole.cc ha_blackhole.h)

--- 1.1/storage/csv/cmakelists.txt	2006-03-28 08:05:15 -08:00
+++ 1.2/storage/csv/cmakelists.txt	2006-05-03 11:10:06 -07:00
@@ -1,5 +1,6 @@
 SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
 SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
 
-INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/sql
+                    ${CMAKE_SOURCE_DIR}/extra/yassl/include)
 ADD_LIBRARY(csv ha_tina.cc ha_tina.h)

--- 1.2/storage/archive/cmakelists.txt	2006-04-20 10:37:24 -07:00
+++ 1.3/storage/archive/cmakelists.txt	2006-05-03 11:10:06 -07:00
@@ -1,6 +1,8 @@
 SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
 SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
 
-INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/zlib)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/zlib
+                    ${CMAKE_SOURCE_DIR}/sql
+                    ${CMAKE_SOURCE_DIR}/extra/yassl/include)
 ADD_LIBRARY(archive azio.c ha_archive.cc ha_archive.h)
 TARGET_LINK_LIBRARIES(archive zlib mysys dbug strings)
Thread
bk commit into 5.1 tree (acurtis:1.2390)antony3 May