Removed AutoCommit

Signed-off-by: Kartik Kathuria <kathuriakartik0@gmail.com>
This commit is contained in:
Kartik Kathuria 2020-01-17 16:03:08 +05:30
parent 5796c8c175
commit ea8da92693

View File

@ -756,8 +756,7 @@ class ExportSql extends ExportPlugin
}
if (isset($GLOBALS['sql_use_transaction'])) {
$head .= 'SET AUTOCOMMIT = 0;' . $crlf
. 'START TRANSACTION;' . $crlf;
$head .= 'START TRANSACTION;' . $crlf;
}
/* Change timezone if we should export timestamps in UTC */