diff options
author | unknown <georg@lmy002.wdf.sap.corp> | 2006-09-21 08:57:47 +0200 |
---|---|---|
committer | unknown <georg@lmy002.wdf.sap.corp> | 2006-09-21 08:57:47 +0200 |
commit | 7e45d222774c23fb8baae4b5babd98c0469c6a50 (patch) | |
tree | eb1f81db487aafafaddc0981d486278f33b7dcaf /heap | |
parent | 8ec495c234a3454b2abe529eac2625ecf88b3fc3 (diff) | |
download | mariadb-git-7e45d222774c23fb8baae4b5babd98c0469c6a50.tar.gz |
Deleted old storage directories (introduced by a buggy 5.0 -> 5.1 merge).
Fix for win/Makefile.am
BitKeeper/deleted/.del-CMakeLists.txt~dd682cce1d53c0b4:
Delete: bdb/CMakeLists.txt
BitKeeper/deleted/.del-CMakeLists.txt~c20dcd005f596740:
Delete: myisam/CMakeLists.txt
BitKeeper/deleted/.del-CMakeLists.txt~4ef559bc8b4695f7:
Delete: heap/CMakeLists.txt
BitKeeper/deleted/.del-CMakeLists.txt~2f6eabb2f69cb33d:
Delete: innobase/CMakeLists.txt
BitKeeper/deleted/.del-CMakeLists.txt~84669765249a4bad:
Delete: myisammrg/CMakeLists.txt
win/Makefile.am:
added missing support for 64-bit build file (make dist)
Diffstat (limited to 'heap')
-rwxr-xr-x | heap/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/heap/CMakeLists.txt b/heap/CMakeLists.txt deleted file mode 100755 index db5fb8b2981..00000000000 --- a/heap/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -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) -ADD_LIBRARY(heap _check.c _rectest.c hp_block.c hp_clear.c hp_close.c hp_create.c - hp_delete.c hp_extra.c hp_hash.c hp_info.c hp_open.c hp_panic.c - hp_rename.c hp_rfirst.c hp_rkey.c hp_rlast.c hp_rnext.c hp_rprev.c - hp_rrnd.c hp_rsame.c hp_scan.c hp_static.c hp_update.c hp_write.c) |