Merge pull request #1345 from smita786/QA_4_2

update bug fix #4487
This commit is contained in:
Marc Delisle 2014-08-28 12:35:34 -04:00
commit 14d9437c04

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);