diff options
author | unknown <brian@zim.(none)> | 2006-08-14 14:45:48 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-08-14 14:45:48 -0700 |
commit | cd066443944c3baa65b5b033e43f583e9aab1b7e (patch) | |
tree | 94f980737df52249aeba04b861e3511e3766b96f /win/README | |
parent | 03830dd6097d462d1a680e6ced7cfa94ae65db07 (diff) | |
download | mariadb-git-cd066443944c3baa65b5b033e43f583e9aab1b7e.tar.gz |
Removed warnings for Windows build issues. Edited Windows README to remove reference to BDB.
libmysqld/CMakeLists.txt:
Fix for build for BDB
mysys/base64.c:
Removed warning
mysys/my_pread.c:
Removed warning
sql-common/my_time.c:
Removed Warning
sql/CMakeLists.txt:
Editing for BDB
storage/csv/ha_tina.cc:
Removed warning
storage/myisam/ft_parser.c:
Removed warning
storage/myisam/mi_delete_all.c:
Removed unused variable
storage/myisam/mi_packrec.c:
Removed unused variable
win/README:
Fixed docs on Windows BDB
win/configure.js:
Removed function call to add support for building BDB
Diffstat (limited to 'win/README')
-rw-r--r-- | win/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/README b/win/README index 4aab39575e0..d1092c3e969 100644 --- a/win/README +++ b/win/README @@ -39,7 +39,6 @@ The options right now are WITH_INNOBASE_STORAGE_ENGINE Enable particular storage engines WITH_PARTITION_STORAGE_ENGINE WITH_ARCHIVE_STORAGE_ENGINE - WITH_BERKELEY_STORAGE_ENGINE WITH_BLACKHOLE_STORAGE_ENGINE WITH_EXAMPLE_STORAGE_ENGINE WITH_FEDERATED_STORAGE_ENGINE |