diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-03-25 14:55:22 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-03-25 14:55:22 +0200 |
commit | 0d01bcca9d6ed0ab184467583cb711811d292f8d (patch) | |
tree | 8c4c01d03f3a1044ed7659c2307aadd489f5cc30 /mysql-test/r/packet.result | |
parent | 11ca6e2ca403e2eb6e79b92110032cfe01a9d8bb (diff) | |
parent | dcf6b68d08acfbfdc3183b0a13f041af51573eb1 (diff) | |
download | mariadb-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.result | 1 |
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' |