Below is the list of changes that have just been committed into a local
6.0 repository of antony. When antony 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-12-22 10:51:48-08:00, antony@stripped +1 -0
Fix pushbuild failure on powermacg5
storage/falcon/OpSys.cpp@stripped, 2007-12-22 10:51:45-08:00, antony@stripped +3 -0
Older MacOS may not have RLIMIT_AS
diff -Nrup a/storage/falcon/OpSys.cpp b/storage/falcon/OpSys.cpp
--- a/storage/falcon/OpSys.cpp 2007-09-20 08:42:08 -07:00
+++ b/storage/falcon/OpSys.cpp 2007-12-22 10:51:45 -08:00
@@ -53,10 +53,13 @@ void OpSys::logParameters()
usage.ru_majflt,
usage.ru_nswap);
+#ifdef RLIMIT_AS
+
if (getrlimit (RLIMIT_AS, &size) == 0 && size.rlim_cur != (rlim_t) -1)
Log::log ("size %d/%d\n",
size.rlim_cur,
size.rlim_max);
+#endif
#endif
}
| Thread |
|---|
| • bk commit into 6.0 tree (antony:1.2773) | antony | 22 Dec |