Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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.2066 06/03/14 14:51:48 msvensson@shellback.(none) +1 -0
Bug#18195 MySQL on Windows not built with YaSSL correctly
- Add HAVE_OPENSSL and HAVE_YASSL to config-win.h
include/config-win.h
1.76 06/03/14 14:51:43 msvensson@shellback.(none) +2 -2
Define HAVE_OPENSSL and HAVE_YASSL to make the server and client enable SSL support
# 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: msvensson
# Host: shellback.(none)
# Root: /home/msvensson/mysql/bug18195/my50-bug18195
--- 1.75/include/config-win.h 2006-02-16 23:05:11 +01:00
+++ 1.76/include/config-win.h 2006-03-14 14:51:43 +01:00
@@ -413,8 +413,8 @@
#define HAVE_SPATIAL 1
#define HAVE_RTREE_KEYS 1
-/* #undef HAVE_OPENSSL */
-/* #undef HAVE_YASSL */
+#define HAVE_OPENSSL 1
+#define HAVE_YASSL 1
/* Define charsets you want */
/* #undef HAVE_CHARSET_armscii8 */
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2066) BUG#18195 | msvensson | 14 Mar |