Update database.php

This commit is contained in:
Namhyeon Go 2020-01-27 21:34:07 +09:00 committed by GitHub
parent f5e399cb50
commit dddccbc46d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1005,7 +1005,8 @@ if(!check_function_exists("exec_db_temp_create")) {
$sql = get_bind_to_sql_create($schemes, array(
"tablename" => $tablename,
"temporary" => true
"temporary" => true,
"engine" => get_value_in_array("engine", $options, false)
));
$flag = exec_db_query($sql);