summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-03-25 14:55:22 +0200
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-03-25 14:55:22 +0200
commit0d01bcca9d6ed0ab184467583cb711811d292f8d (patch)
tree8c4c01d03f3a1044ed7659c2307aadd489f5cc30 /mysql-test/suite/rpl/r
parent11ca6e2ca403e2eb6e79b92110032cfe01a9d8bb (diff)
parentdcf6b68d08acfbfdc3183b0a13f041af51573eb1 (diff)
downloadmariadb-git-0d01bcca9d6ed0ab184467583cb711811d292f8d.tar.gz
Merged bug #11766769 to 5.5.
Added back the specific warning number.
Diffstat (limited to 'mysql-test/suite/rpl/r')
-rw-r--r--mysql-test/suite/rpl/r/rpl_packet.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_packet.result b/mysql-test/suite/rpl/r/rpl_packet.result
index 9239a718504..6190f458367 100644
--- a/mysql-test/suite/rpl/r/rpl_packet.result
+++ b/mysql-test/suite/rpl/r/rpl_packet.result
@@ -49,6 +49,8 @@ SET @max_allowed_packet_2= @@session.max_allowed_packet;
==== clean up ====
DROP TABLE t1;
SET @@global.max_allowed_packet= 1024;
+Warnings:
+Warning 1708 The value of 'max_allowed_packet' should be no less than the value of 'net_buffer_length'
SET @@global.net_buffer_length= 1024;
DROP TABLE t1;
RESET SLAVE;