2968 Georgi Kodinov 2010-06-30
Fixed a typo in the gnu build file
modified:
plugin/auth/plug.in
2967 Georgi Kodinov 2010-06-29
WL1054 : made sure the plugins are built also through the autotools package
added:
include/mysql/client_plugin.h.pp
include/mysql/plugin_auth.h.pp
modified:
plugin/auth/plug.in
=== modified file 'plugin/auth/plug.in'
--- a/plugin/auth/plug.in 2010-06-29 14:57:29 +0000
+++ b/plugin/auth/plug.in 2010-06-30 13:32:30 +0000
@@ -5,9 +5,8 @@ AC_COMPILE_IFELSE([
AC_LANG_PROGRAM([[
#define _GNU_SOURCE
#include <sys/socket.h>
-]],[[
+]],[
struct ucred cred;
getsockopt(0, SOL_SOCKET, SO_PEERCRED, &cred, 0);
-]])],have_peercred=yes)
+])],have_peercred=yes)
AM_CONDITIONAL(HAVE_PEERCRED, test x$have_peercred = xyes)
-])
Attachment: [text/bzr-bundle] bzr/georgi.kodinov@oracle.com-20100630133230-avnfustm784cvh2i.bundle
| Thread |
|---|
| • bzr push into mysql-next-mr-wl1054 branch (Georgi.Kodinov:2967 to 2968) | Georgi Kodinov | 30 Jun |