mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
fixed a number for a missing warning
This commit is contained in:
commit
c2921ed50d
1 changed files with 2 additions and 0 deletions
|
@ -455,6 +455,8 @@ DROP TABLE t1;
|
||||||
# Bug #11765023: 57934: DOS POSSIBLE SINCE BINARY CASTING
|
# Bug #11765023: 57934: DOS POSSIBLE SINCE BINARY CASTING
|
||||||
# DOESN'T ADHERE TO MAX_ALLOWED_PACKET
|
# DOESN'T ADHERE TO MAX_ALLOWED_PACKET
|
||||||
SET @@GLOBAL.max_allowed_packet=2048;
|
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));
|
SELECT CONVERT('a', BINARY(2049));
|
||||||
CONVERT('a', BINARY(2049))
|
CONVERT('a', BINARY(2049))
|
||||||
NULL
|
NULL
|
||||||
|
|
Loading…
Reference in a new issue