Commit cbffcaa7 authored by astaxie's avatar astaxie

Merge pull request #673 from sandysong/master

修正Detect Engine错误
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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment