From 1a24b87cc83875d08a0820647d0647a2a912de31 Mon Sep 17 00:00:00 2001 From: Christian Pointner <equinox@helsinki.at> Date: Wed, 13 Mar 2019 18:13:43 +0100 Subject: [PATCH] another attempt to fix the formatting --- mariadb-stretch-err1071.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mariadb-stretch-err1071.md b/mariadb-stretch-err1071.md index 5b1bc9e..c03875e 100644 --- a/mariadb-stretch-err1071.md +++ b/mariadb-stretch-err1071.md @@ -39,9 +39,9 @@ innodb_default_row_format = dynamic * you may use the mySQL Community Packages from [Oracle](https://dev.mysql.com/doc/refman/5.7/en/linux-installation-debian.html) * [Percona Server](https://www.percona.com/software/mysql-database/percona-server) is drop-in replacement for mySQL - * if for some reason none of the above is applicable as a last resort you can apply the patch below. + * If for some reason none of the above is applicable as a last resort you can apply the patch below. This limits the length for group names to 191 characters which is just short enough to not exceed the limit. - ```patch +```patch diff --git a/store/types.go b/store/types.go index 8576c7b..df99125 100644 --- a/store/types.go @@ -73,4 +73,4 @@ index 8576c7b..df99125 100644 Group Group `json:"-" gorm:"association_foreignkey:Name"` Entries []PlaylistEntry `json:"entries,omitempty"` } - ``` +``` -- GitLab