EFAK
EFAK copied to clipboard
[Fix-637][efak-plugin] Fixed mysql plugin auto create databases and tables
Purpose of the pull request
- Fixed mysql plugin auto create databases and tables
- Fixed issues #637
Brief change log
Class MySqlRecordSchema fail in some scenarios when create mysql connection,then failed to create database and data table automatically. I adjust some codes to fix it.