1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

After-merge fixes for MDEV-14180

This commit is contained in:
Marko Mäkelä
2021-06-21 12:09:00 +03:00
parent c9a85fb1b1
commit 241d30d3fa
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
SET GLOBAL innodb_file_per_table = ON;
set global innodb_compression_algorithm = 1;
create database enctests;
use enctests;
create table t1(a int not null primary key, b char(200)) engine=innodb;