Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tank
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
tank
Commits
1a24b87c
Commit
1a24b87c
authored
6 years ago
by
Christian Pointner
Browse files
Options
Downloads
Patches
Plain Diff
another attempt to fix the formatting
parent
76e60045
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mariadb-stretch-err1071.md
+3
-3
3 additions, 3 deletions
mariadb-stretch-err1071.md
with
3 additions
and
3 deletions
mariadb-stretch-err1071.md
+
3
−
3
View file @
1a24b87c
...
...
@@ -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
*
i
f for some reason none of the above is applicable as a last resort you can apply the patch below.
*
I
f 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"`
}
```
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment