mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
5 lines
180 B
Plaintext
5 lines
180 B
Plaintext
set @file_per_table=@@global.innodb_file_per_table;
|
|
SET GLOBAL innodb_file_per_table=on;
|
|
SET sql_mode = 'NO_ENGINE_SUBSTITUTION';
|
|
SET GLOBAL innodb_file_per_table=@file_per_table;
|