Removed AutoCommit
Signed-off-by: Kartik Kathuria <kathuriakartik0@gmail.com>
This commit is contained in:
parent
5796c8c175
commit
ea8da92693
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user