sndrsmnk / ng-rddmarc

DMARC aggregate report to database parser tool
GNU General Public License v2.0
2 stars 2 forks source link

Suggestion to use default mysql server engine #1

Closed jeanpaulgalea closed 8 years ago

jeanpaulgalea commented 8 years ago

Hello,

Thank you for open sourcing this.

Just a minor suggestion to consider removing ENGINE=MyISAM from the CREATE statements. Most people will probably want to use InnoDB, which is the default in newer MySQL releases.

sndrsmnk commented 8 years ago

Sure. Sounds sane. I've removed the ENGINE=MyISAM from the SQL create statements! Thanks!