mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-7481 Replace max_long_data_size functionality with max_allowed_packet
This commit is contained in:
@ -1532,9 +1532,6 @@ SET @@global.max_binlog_cache_size=DEFAULT;
|
||||
SET @@global.max_join_size=DEFAULT;
|
||||
SET @@global.key_buffer_size=@kbs;
|
||||
SET @@global.key_cache_block_size=@kcbs;
|
||||
select @@max_long_data_size > 0;
|
||||
@@max_long_data_size > 0
|
||||
1
|
||||
#
|
||||
# Bug#11766424 59527:
|
||||
# Assert in DECIMAL_BIN_SIZE:
|
||||
|
Reference in New Issue
Block a user