diff options
author | unknown <brian@zim.(none)> | 2006-08-09 17:33:08 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-08-09 17:33:08 -0700 |
commit | 21bb4f9465751b3a93efca2415dc215de3c55b0f (patch) | |
tree | d881a3ce87f89e90f4b1a12a9212433554eb6c48 /BUILD/compile-dist | |
parent | b6897efbb8b7119e4abd28bed93a3579c2bf914e (diff) | |
download | mariadb-git-21bb4f9465751b3a93efca2415dc215de3c55b0f.tar.gz |
First stage removeal of BDB.
BitKeeper/deleted/.del-CMakeLists.txt:
Delete: storage/bdb/CMakeLists.txt
BitKeeper/deleted/.del-LICENSE:
Delete: storage/bdb/LICENSE
BitKeeper/deleted/.del-Makefile.in:
Delete: storage/bdb/Makefile.in
BitKeeper/deleted/.del-compile-pentium-debug-no-bdb:
Delete: BUILD/compile-pentium-debug-no-bdb
BUILD/Makefile.am:
Remove dropped file
configure.in:
Remove berkely from configure.
BUILD/compile-dist:
Remove option to build bdb
BUILD/compile-solaris-sparc-purify:
Remove option for bdb build
libmysqld/Makefile.am:
Remove option for bdb build
sql/Makefile.am:
Remove bdb build
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-x | BUILD/compile-dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist index 15032d79d78..874500977b7 100755 --- a/BUILD/compile-dist +++ b/BUILD/compile-dist @@ -52,7 +52,6 @@ fi --with-csv-storage-engine \ --with-example-storage-engine \ --with-federated-storage-engine \ - --with-berkeley-db \ --with-innodb \ --with-ssl \ --enable-thread-safe-client \ |