mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
WL#1600 (Warn if result is truncatet due to max_allowed_packet)
This commit is contained in:
@@ -8,6 +8,8 @@ len
|
||||
select repeat('a',2000);
|
||||
repeat('a',2000)
|
||||
NULL
|
||||
Warnings:
|
||||
Warning 1300 Data truncated by function 'repeat' do to max_allowed_packet
|
||||
select @@net_buffer_length, @@max_allowed_packet;
|
||||
@@net_buffer_length @@max_allowed_packet
|
||||
1024 1024
|
||||
|
||||
Reference in New Issue
Block a user