mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
After-merge fixes for MDEV-14180
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user