Below is the list of changes that have just been committed into a local
5.0 repository of serg. When serg 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
1.1813 05/03/15 18:45:29 serg@stripped +1 -0
sun forte does not define __sun__, only __sun and sun (gcc defines all the three)
include/my_global.h
1.73 05/03/15 18:45:21 serg@stripped +1 -1
sun forte does not define __sun__, only __sun and sun (gcc defines all the three)
# 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: serg
# Host: serg.mylan
# Root: /usr/home/serg/Abk/mysql-5.0
--- 1.72/include/my_global.h Tue Mar 15 18:31:48 2005
+++ 1.73/include/my_global.h Tue Mar 15 18:45:21 2005
@@ -131,7 +131,7 @@
that dictates _XOPEN_SOURCE=600, but Solaris checks for 500.
So, let's define 500 for solaris only.
*/
-#ifdef __sun__
+#ifdef __sun
#define _XOPEN_SOURCE 500
#endif
| Thread |
|---|
| • bk commit into 5.0 tree (serg:1.1813) | Sergei Golubchik | 15 Mar |