Update default row_format

This commit is contained in:
acsfer 2021-12-07 12:48:48 +01:00 committed by GitHub
parent e49233a795
commit 8c27f74a63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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