1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Final patch for WL#1600(warn if max_allowed_packet used)

This commit is contained in:
hf@deer.(none)
2004-07-21 21:27:45 +05:00
parent 5bff13bc72
commit cbff743b2d
27 changed files with 45 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ select repeat('a',2000);
repeat('a',2000)
NULL
Warnings:
Warning 1300 Data truncated by function 'repeat' do to max_allowed_packet
Warning 1301 Result of repeat() was larger than max_allowed_packet (1024) - truncated
select @@net_buffer_length, @@max_allowed_packet;
@@net_buffer_length @@max_allowed_packet
1024 1024