diff --git a/libraries/classes/Plugins/Export/ExportSql.php b/libraries/classes/Plugins/Export/ExportSql.php index 9c5b1a2543..648c847b0a 100644 --- a/libraries/classes/Plugins/Export/ExportSql.php +++ b/libraries/classes/Plugins/Export/ExportSql.php @@ -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 */