3574 Bjorn Munch 2011-07-18 [merge]
merge from 5.1-mtr
modified:
configure.in
3573 Alexander Nozdrin 2011-07-15
Backport a fix for Bug#59060 (Valgrind warning in Protocol_text::store()).
Original changeset:
revision-id: alexander.nozdrin@stripped
parent: sven.sandberg@stripped
committer: Alexander Nozdrin <alexander.nozdrin@stripped>
branch nick: mysql-trunk-bugfixing
timestamp: Tue 2010-12-21 15:23:49 +0300
message:
A patch for Bug#59060 (Valgrind warning in Protocol_text::store()).
We should not assume to have zero-terminated strings.
modified:
sql/protocol.cc
=== modified file 'configure.in'
--- a/configure.in 2011-07-07 08:06:59 +0000
+++ b/configure.in 2011-07-15 15:10:05 +0000
@@ -2875,6 +2875,15 @@ AC_CONFIG_COMMANDS_POST(ac_configure_arg
AC_OUTPUT
+# Add warning if user configures with --with-ndbcluster
+if test X"$with_plugin_ndbcluster" = Xyes ; then
+ echo
+ echo This version of MySQL Cluster is no longer maintained.
+ echo Please use the separate sources provided for MySQL Cluster instead.
+ echo See http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster.html
+ echo for more details.
+fi
+
# The first line "Thank you ..." is checked in ./Do-compile to verify that configure
# ended sucessfully - don't remove it.
echo
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.1 branch (bjorn.munch:3573 to 3574) | Bjorn Munch | 19 Jul |