Below is the list of changes that have just been committed into a local
5.1 repository of brian. When brian 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.2362 06/04/16 22:10:56 brian@zim.(none) +1 -0
Found one piece I missed when I removed HAVE_mit (just broke on windows and I don't have windows locally). This I believe should fix it.
include/my_global.h
1.129 06/04/16 22:10:51 brian@zim.(none) +1 -1
Fix from removing HAVE_MIT
# 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: brian
# Host: zim.(none)
# Root: /home/brian/mysql/archive-files
--- 1.128/include/my_global.h 2006-04-16 01:50:20 -07:00
+++ 1.129/include/my_global.h 2006-04-16 22:10:51 -07:00
@@ -607,8 +607,8 @@
#define qsort_t RETQSORTTYPE /* Broken GCC cant handle typedef !!!! */
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
-typedef SOCKET_SIZE_TYPE size_socket;
#endif
+typedef SOCKET_SIZE_TYPE size_socket;
#ifndef SOCKOPT_OPTLEN_TYPE
#define SOCKOPT_OPTLEN_TYPE size_socket
| Thread |
|---|
| • bk commit into 5.1 tree (brian:1.2362) | Brian Aker | 17 Apr |