Below is the list of changes that have just been committed into a local
5.0 repository of knielsen. When knielsen 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.2205 06/06/30 11:10:38 knielsen@stripped +1 -0
Fix Windows build problem following previous push.
strings/strtod.c
1.20 06/06/30 11:10:34 knielsen@stripped +2 -1
Fix Windows build problem, EOVERFLOW is defined in my_base.h on Windows.
# 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: knielsen
# Host: rt.int.sifira.dk
# Root: /usr/local/mysql/tmp-5.0
--- 1.19/strings/strtod.c 2006-06-30 06:10:38 +02:00
+++ 1.20/strings/strtod.c 2006-06-30 11:10:34 +02:00
@@ -26,7 +26,8 @@
*/
-#include "my_global.h" /* Includes errno.h */
+#include "my_base.h" /* Defines EOVERFLOW on Windows */
+#include "my_global.h" /* Includes errno.h */
#include "m_ctype.h"
#define MAX_DBL_EXP 308
| Thread |
|---|
| • bk commit into 5.0 tree (knielsen:1.2205) | knielsen | 30 Jun |