Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-10-02 20:44:37+02:00, msvensson@stripped +1 -0
Bug#27597 mysqld-debug broken
- "on" -> "restore" to avoid warning in MSVC when compiling with debug
mysys/my_init.c@stripped, 2007-10-02 20:44:35+02:00, msvensson@stripped +1 -1
Fix spelling error that cause MSVC to throw a warning
when compiling with debug.
Use "restore" instaed of "on" to turn runtime checks back on
diff -Nrup a/mysys/my_init.c b/mysys/my_init.c
--- a/mysys/my_init.c 2007-05-14 16:04:34 +02:00
+++ b/mysys/my_init.c 2007-10-02 20:44:35 +02:00
@@ -286,7 +286,7 @@ int handle_rtc_failure(int err_type, con
return 0; /* Error is handled */
}
-#pragma runtime_checks("", on)
+#pragma runtime_checks("", restore)
#endif
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2527) BUG#27597 | msvensson | 2 Oct |