3121 Tatjana Azundris Nuernberg 2011-05-27 [merge]
-Werror fixes for 11745920 via 5.5
modified:
vio/viossl.c
3120 Anitha Gopi 2011-05-27 [merge]
Null merge from mysql-5.5
=== modified file 'vio/viossl.c'
--- a/vio/viossl.c 2011-05-19 09:47:43 +0000
+++ b/vio/viossl.c 2011-05-27 10:02:10 +0000
@@ -24,6 +24,8 @@
#ifdef HAVE_OPENSSL
+#ifndef DBUG_OFF
+
static void
report_errors(SSL* ssl)
{
@@ -31,9 +33,7 @@ report_errors(SSL* ssl)
const char *file;
const char *data;
int line, flags;
-#ifndef DBUG_OFF
char buf[512];
-#endif
DBUG_ENTER("report_errors");
@@ -51,6 +51,8 @@ report_errors(SSL* ssl)
DBUG_VOID_RETURN;
}
+#endif
+
size_t vio_ssl_read(Vio *vio, uchar* buf, size_t size)
{
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (tatjana.nuernberg:3120 to 3121) | Tatjana Azundris Nuernberg | 27 May |