cbffcaa7 by astaxie

Merge pull request #673 from sandysong/master

修正Detect Engine错误
2 parents 14dee37a 707c9513
......@@ -140,7 +140,7 @@ func detectTZ(al *alias) {
if engine != "" {
al.Engine = engine
} else {
engine = "INNODB"
al.Engine = "INNODB"
}
case DR_Sqlite:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!