mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
archive.archive and main.mysqlbinlog_row_compressed
fixes for zlib-ng
This commit is contained in:
@@ -1609,7 +1609,7 @@ SELECT DATA_LENGTH, AVG_ROW_LENGTH FROM
|
||||
INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME='t1' AND TABLE_SCHEMA='test';
|
||||
INSERT INTO t1 VALUES(1, 'sampleblob1'),(2, 'sampleblob2');
|
||||
# Compression length depends on zip library
|
||||
--replace_result 583 584 291 292
|
||||
--replace_result 583 584 585 584 291 292
|
||||
SELECT DATA_LENGTH, AVG_ROW_LENGTH FROM
|
||||
INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME='t1' AND TABLE_SCHEMA='test';
|
||||
DROP TABLE t1;
|
||||
|
Reference in New Issue
Block a user