Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
mariadb
Commits
38f6a562
Commit
38f6a562
authored
Mar 12, 2021
by
Vladimir Bashkirtsev
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increased max_allowed_packet to 64M
parent
cb7b36b8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
38f6a562
...
@@ -78,7 +78,7 @@ mysql-clients-cnf:
...
@@ -78,7 +78,7 @@ mysql-clients-cnf:
define
MYSQL_CLIENTS_CNF
define
MYSQL_CLIENTS_CNF
[mysqldump]
[mysqldump]
quick
quick
max_allowed_packet
=
16
M
max_allowed_packet
=
64
M
[mysql]
[mysql]
no-auto-rehash
no-auto-rehash
...
@@ -118,7 +118,7 @@ skip-external-locking
...
@@ -118,7 +118,7 @@ skip-external-locking
skip-name-resolve
skip-name-resolve
key_buffer_size
=
16M
key_buffer_size
=
16M
max_allowed_packet
=
1
M
max_allowed_packet
=
64
M
sort_buffer_size
=
512K
sort_buffer_size
=
512K
net_buffer_length
=
16K
net_buffer_length
=
16K
myisam_sort_buffer_size
=
8M
myisam_sort_buffer_size
=
8M
...
...
Vladimir Bashkirtsev
@mega
mentioned in commit
4612fb86
·
Mar 29, 2024
mentioned in commit
4612fb86
mentioned in commit 4612fb8601b1e3845dbb69ca3c214081b2a3065f
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment