amoro
amoro copied to clipboard
Optimize database configuration for mysql5.6.
Why are the changes needed?
Avoid service startup failure due to indentation errors when modifying database configuration. Modify the mysql sql file so that it can run in mysql5.6.
Brief change log
- Modify the database default configuration indent size in config.yaml.
- Modify the table creation statement and change the row format of some table to DYNAMIC
How was this patch tested?
-
[ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
-
[ ] Add screenshots for manual tests if appropriate
-
[x] Run test locally before making a pull request
Documentation
- Does this pull request introduce a new feature? (no)
- If yes, how is the feature documented? (not applicable)
@engraving-knife Thanks for reporting and trying to fix the issue.
Can you help to create an issue and link to this PR to help others find the related issue.