From dddccbc46de23b9bc14dabae89784ccc7d4d5ef8 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 27 Jan 2020 21:34:07 +0900 Subject: [PATCH] Update database.php --- system/database.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/database.php b/system/database.php index ac3de5a..ad4a486 100644 --- a/system/database.php +++ b/system/database.php @@ -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);