diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-03-28 23:00:50 +0200 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-03-28 23:00:50 +0200 |
commit | 406fd12ad42268b42631c27772a292d5787ff0a4 (patch) | |
tree | 2f6773f7399c43582d323bed8ae6f63db12443b9 /win | |
parent | ffa3c301e2fa36b1e7e128e2971e2cc93807e260 (diff) | |
download | mariadb-git-406fd12ad42268b42631c27772a292d5787ff0a4.tar.gz |
configure.in:
Don't install ndb man pages if no ndb configured
config-win.h, CMakeLists.txt, README, configure.js:
Removed Cybozu patches
configure.in:
Don't install ndb man pages if no ndb configured
CMakeLists.txt:
Removed Cybozu patches
include/config-win.h:
Removed Cybozu patches
win/README:
Removed Cybozu patches
win/configure.js:
Removed Cybozu patches
Diffstat (limited to 'win')
-rw-r--r-- | win/README | 1 | ||||
-rwxr-xr-x | win/configure.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/win/README b/win/README index 8fe3dc21d1e..871ae4efee7 100644 --- a/win/README +++ b/win/README @@ -48,7 +48,6 @@ The options right now are MYSQL_SERVER_SUFFIX=<suffix> Server suffix, default none COMPILATION_COMMENT=<comment> Server comment, default "Source distribution" MYSQL_TCP_PORT=<port> Server port, default 3306 - CYBOZU DISABLE_GRANT_OPTIONS Disables the use of --init-file and --skip-grant-tables options of mysqld.exe diff --git a/win/configure.js b/win/configure.js index 59c73fc2fab..3488efacba3 100755 --- a/win/configure.js +++ b/win/configure.js @@ -46,7 +46,6 @@ try case "WITH_INNOBASE_STORAGE_ENGINE": case "WITH_PARTITION_STORAGE_ENGINE": case "__NT__": - case "CYBOZU": case "DISABLE_GRANT_OPTIONS": configfile.WriteLine("SET (" + args.Item(i) + " TRUE)"); break; |