fixed a number for a missing warning

This commit is contained in:
Georgi Kodinov 2011-04-07 15:11:51 +03:00
commit c2921ed50d

View file

@ -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