summaryrefslogtreecommitdiff
path: root/mysql-test/r/cast.result
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-04-07 15:11:51 +0300
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-04-07 15:11:51 +0300
commit93cca38d975b56cd27e033e731181f7a7420f200 (patch)
treecb2e414283991067f5dfd938f8a34e992d8d7851 /mysql-test/r/cast.result
parent814dc637c9947be93bc012c2537f1098803384f2 (diff)
parent8028a1043c6a7662594d6d465f11e30a846df534 (diff)
downloadmariadb-git-93cca38d975b56cd27e033e731181f7a7420f200.tar.gz
fixed a number for a missing warning
Diffstat (limited to 'mysql-test/r/cast.result')
-rw-r--r--mysql-test/r/cast.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/cast.result b/mysql-test/r/cast.result
index ed19122cfee..89cbda9847c 100644
--- a/mysql-test/r/cast.result
+++ b/mysql-test/r/cast.result
@@ -455,6 +455,8 @@ DROP TABLE t1;
# Bug #11765023: 57934: DOS POSSIBLE SINCE BINARY CASTING
# DOESN'T ADHERE TO MAX_ALLOWED_PACKET
SET @@GLOBAL.max_allowed_packet=2048;
+Warnings:
+Warning 1708 The value of 'max_allowed_packet' should be no less than the value of 'net_buffer_length'
SELECT CONVERT('a', BINARY(2049));
CONVERT('a', BINARY(2049))
NULL