Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
5f3c0f56
Commit
5f3c0f56
authored
Oct 03, 2010
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't use deprecated --skip-locking option in example config files.
parent
d9187582
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
support-files/my-huge.cnf.sh
support-files/my-huge.cnf.sh
+1
-1
support-files/my-large.cnf.sh
support-files/my-large.cnf.sh
+1
-1
support-files/my-medium.cnf.sh
support-files/my-medium.cnf.sh
+1
-1
support-files/my-small.cnf.sh
support-files/my-small.cnf.sh
+1
-1
No files found.
support-files/my-huge.cnf.sh
View file @
5f3c0f56
...
...
@@ -25,7 +25,7 @@ socket = @MYSQL_UNIX_ADDR@
[
mysqld]
port
=
@MYSQL_TCP_PORT@
socket
=
@MYSQL_UNIX_ADDR@
skip-locking
skip-
external-
locking
key_buffer_size
=
384M
max_allowed_packet
=
1M
table_open_cache
=
512
...
...
support-files/my-large.cnf.sh
View file @
5f3c0f56
...
...
@@ -25,7 +25,7 @@ socket = @MYSQL_UNIX_ADDR@
[
mysqld]
port
=
@MYSQL_TCP_PORT@
socket
=
@MYSQL_UNIX_ADDR@
skip-locking
skip-
external-
locking
key_buffer_size
=
256M
max_allowed_packet
=
1M
table_open_cache
=
256
...
...
support-files/my-medium.cnf.sh
View file @
5f3c0f56
...
...
@@ -26,7 +26,7 @@ socket = @MYSQL_UNIX_ADDR@
[
mysqld]
port
=
@MYSQL_TCP_PORT@
socket
=
@MYSQL_UNIX_ADDR@
skip-locking
skip-
external-
locking
key_buffer_size
=
16M
max_allowed_packet
=
1M
table_open_cache
=
64
...
...
support-files/my-small.cnf.sh
View file @
5f3c0f56
...
...
@@ -26,7 +26,7 @@ socket = @MYSQL_UNIX_ADDR@
[
mysqld]
port
=
@MYSQL_TCP_PORT@
socket
=
@MYSQL_UNIX_ADDR@
skip-locking
skip-
external-
locking
key_buffer_size
=
16K
max_allowed_packet
=
1M
table_open_cache
=
4
...
...
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