7 lines
175 B
Text
7 lines
175 B
Text
--echo # In-memory tmp tables
|
|
set big_tables=0;
|
|
--source include/with_non_recursive.inc
|
|
|
|
--echo # On-disk tmp tables
|
|
set big_tables=1;
|
|
--source include/with_non_recursive.inc
|