cbffcaa7 by astaxie

Merge pull request #673 from sandysong/master

修正Detect Engine错误
2 parents 14dee37a 707c9513
...@@ -140,7 +140,7 @@ func detectTZ(al *alias) { ...@@ -140,7 +140,7 @@ func detectTZ(al *alias) {
140 if engine != "" { 140 if engine != "" {
141 al.Engine = engine 141 al.Engine = engine
142 } else { 142 } else {
143 engine = "INNODB" 143 al.Engine = "INNODB"
144 } 144 }
145 145
146 case DR_Sqlite: 146 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!