amoro icon indicating copy to clipboard operation
amoro copied to clipboard

Optimize database configuration for mysql5.6.

Open engraving-knife opened this issue 1 year ago • 1 comments

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 avatar Jun 24 '24 12:06 engraving-knife

@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.

zhoujinsong avatar Jun 24 '24 12:06 zhoujinsong