Update default row_format

pull/30129/head
acsfer 2021-12-07 12:48:48 +07:00 committed by GitHub
parent e49233a795
commit 8c27f74a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -1562,7 +1562,7 @@ $CONFIG = [
* Tables will be created with * Tables will be created with
* * character set: utf8mb4 * * character set: utf8mb4
* * collation: utf8mb4_bin * * collation: utf8mb4_bin
* * row_format: compressed * * row_format: dynamic
* *
* See: * See:
* https://dev.mysql.com/doc/refman/5.7/en/charset-unicode-utf8mb4.html * https://dev.mysql.com/doc/refman/5.7/en/charset-unicode-utf8mb4.html