Below is the list of changes that have just been committed into a local
5.0 repository of ram. When ram 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.1996 05/12/13 12:20:05 ramil@stripped +1 -0
Fix for bug#15209: MySQL installation problem on Windows ME.
include/config-win.h
1.71 05/12/13 12:19:58 ramil@stripped +5 -0
Fix for bug#15209: MySQL installation problem on Windows ME.
- set FILE_SHARE_DELETE to 0 as it's not implemented on Win98/ME (my_sopen() fails)
# 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: ramil
# Host: myoffice.izhnet.ru
# Root: /usr/home/ram/work/mysql-5.0-release
--- 1.70/include/config-win.h 2005-11-28 19:17:55 +04:00
+++ 1.71/include/config-win.h 2005-12-13 12:19:58 +04:00
@@ -325,6 +325,11 @@ inline double ulonglong2double(ulonglong
#define HAVE_SETFILEPOINTER
#define HAVE_VIO_READ_BUFF
+#ifndef __NT__
+#undef FILE_SHARE_DELETE
+#define FILE_SHARE_DELETE 0 /* Not implemented on Win 98/ME */
+#endif
+
#ifdef NOT_USED
#define HAVE_SNPRINTF /* Gave link error */
#define _snprintf snprintf
| Thread |
|---|
| • bk commit into 5.0 tree (ramil:1.1996) BUG#15209 | ramil | 13 Dec |