diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/README | 1 | ||||
-rw-r--r-- | win/configure.js | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/win/README b/win/README index 916f64913ac..63923a6d7e2 100644 --- a/win/README +++ b/win/README @@ -58,6 +58,7 @@ The options right now are: WITH_EXAMPLE_STORAGE_ENGINE WITH_FEDERATED_STORAGE_ENGINE __NT__ Enable named pipe support + WITHOUT_ATOMICS Do not use atomic instructions MYSQL_SERVER_SUFFIX=<suffix> Server suffix, default none COMPILATION_COMMENT=<comment> Server comment, default "Source distribution" MYSQL_TCP_PORT=<port> Server port, default 3306 diff --git a/win/configure.js b/win/configure.js index 38fa8e7afeb..00a66b32b64 100644 --- a/win/configure.js +++ b/win/configure.js @@ -43,7 +43,7 @@ try case "EMBED_MANIFESTS": case "EXTRA_DEBUG": case "WITH_EMBEDDED_SERVER": - case "WITHOUT_MARIA_TEMP_TABLES": + case "WITHOUT_ATOMICS": configfile.WriteLine("SET (" + args.Item(i) + " TRUE)"); break; case "MYSQL_SERVER_SUFFIX": |