Below is the list of changes that have just been committed into a local
5.0 repository of emurphy. When emurphy 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 07:10:05 elliot@stripped +1 -0
Fixing windows build.
strings/strtod.c
1.20 06/06/30 07:10:02 elliot@stripped +2 -2
Fixing windows build.
Need definition of EOVERFLOW for windows, which is done in my_base.h
# 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: elliot
# Host: scared.(none)
# Root: /home/emurphy/src/bk-clean/mysql-5.0
--- 1.19/strings/strtod.c 2006-06-30 00:10:38 -04:00
+++ 1.20/strings/strtod.c 2006-06-30 07:10:02 -04:00
@@ -26,8 +26,8 @@
*/
-#include "my_global.h" /* Includes errno.h */
-#include "m_ctype.h"
+#include <my_base.h>
+#include <m_ctype.h>
#define MAX_DBL_EXP 308
#define MAX_RESULT_FOR_MAX_EXP 1.79769313486232
| Thread |
|---|
| • bk commit into 5.0 tree (elliot:1.2205) | Elliot Murphy | 30 Jun |