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:
@@ -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