7 lines
108 B
MySQL
7 lines
108 B
MySQL
|
-- SET
|
||
|
SET;
|
||
|
-- SET ALL
|
||
|
SET ALL;
|
||
|
-- SET query_option=option_value
|
||
|
set compression_codec=gzip;
|
||
|
set mt_dop = 0;
|