mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-23397 Remove deprecated InnoDB options in 10.6
This commit is contained in:
@ -5,12 +5,6 @@
|
||||
# MDEV-9422 Encrypted redo log checksum errors
|
||||
# on restart after killing busy server instance
|
||||
#
|
||||
SET GLOBAL innodb_log_checksums=0;
|
||||
Warnings:
|
||||
Warning 138 The parameter innodb_log_checksums is deprecated and has no effect.
|
||||
SELECT @@global.innodb_log_checksums;
|
||||
@@global.innodb_log_checksums
|
||||
1
|
||||
CREATE TABLE t0 (
|
||||
pk bigint auto_increment,
|
||||
col_int int,
|
||||
|
Reference in New Issue
Block a user