Merge remote-tracking branch 'origin/QA_4_2' into QA_4_2

This commit is contained in:
Weblate 2014-08-28 18:35:49 +02:00
commit 5c118629c0

View File

@ -1490,8 +1490,6 @@ class ExportSql extends ExportPlugin
$auto_increment,
$schema_create
);
} else {
$schema_create .= ($compat != 'MSSQL') ? $auto_increment : '';
}
$GLOBALS['dbi']->freeResult($result);