* Optimize ztest data.
This commit is contained in:
@@ -142,8 +142,6 @@ function zdRun($isDev = false)
|
||||
$dao = new dao();
|
||||
echo 'MySQL connect success' . PHP_EOL;
|
||||
|
||||
$dao->begin();
|
||||
|
||||
/* Copy common to tmp. */
|
||||
$tmpCommonPath = RUNTIME_ROOT . 'tmp/common';
|
||||
if(file_exists($tmpCommonPath)) system("rm -rf $tmpCommonPath");
|
||||
@@ -246,8 +244,6 @@ function zdRun($isDev = false)
|
||||
echo $tableName . ' insert rows ' . $count . PHP_EOL;
|
||||
}
|
||||
|
||||
$dao->commit();
|
||||
|
||||
$processor = new Processor();
|
||||
$processor->init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user