summaryrefslogtreecommitdiff
path: root/mysql-test/r/packet.result
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/r/packet.result
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/r/packet.result')
-rw-r--r--mysql-test/r/packet.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/packet.result b/mysql-test/r/packet.result
index ecbb47d4ee0..dcc2c608d0b 100644
--- a/mysql-test/r/packet.result
+++ b/mysql-test/r/packet.result
@@ -3,6 +3,7 @@ set @net_buffer_length=@@global.net_buffer_length;
set global max_allowed_packet=100;
Warnings:
Warning 1292 Truncated incorrect max_allowed_packet value: '100'
+Warning 1708 The value of 'max_allowed_packet' should be no less than the value of 'net_buffer_length'
set global net_buffer_length=100;
Warnings:
Warning 1292 Truncated incorrect net_buffer_length value: '100'