Below is the list of changes that have just been committed into a local
5.0 repository of georg. When georg 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-06-09 15:03:10+02:00, georg@stripped +1 -0
fixed invalid pragma parameter: on -> restore
mysys/my_init.c@stripped, 2007-06-09 15:03:06+02:00, georg@stripped +1 -1
fixed invalid pragma parameter: on -> restore
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: georg
# Host: bing.site
# Root: /home/georg/work/mysql/mysql-5.0-win
--- 1.49/mysys/my_init.c 2007-05-14 16:04:34 +02:00
+++ 1.50/mysys/my_init.c 2007-06-09 15:03:06 +02:00
@@ -286,7 +286,7 @@
return 0; /* Error is handled */
}
-#pragma runtime_checks("", on)
+#pragma runtime_checks("", restore)
#endif
| Thread |
|---|
| • bk commit into 5.0 tree (georg:1.2517) | georg | 9 Jun |