mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-19534 Make innodb_checksum_algorithm=full_crc32 by default, and remove innodb_checksums
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Work around MDEV-19541
|
||||
SET GLOBAL innodb_checksum_algorithm=crc32;
|
||||
CREATE TABLE t1(a BIGINT PRIMARY KEY) ENGINE=InnoDB, ENCRYPTED=YES;
|
||||
INSERT INTO t1 VALUES(1);
|
||||
CREATE TABLE t2(a BIGINT PRIMARY KEY) ENGINE=InnoDB, ENCRYPTED=YES;
|
||||
|
Reference in New Issue
Block a user