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
b32fce09
Commit
b32fce09
authored
Jun 10, 2008
by
Jonathan Perkin
Committed by
mysqldev
Jun 10, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use skip-federated by default in all example configs.
parent
da4cfa6d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
0 deletions
+15
-0
support-files/my-huge.cnf.sh
support-files/my-huge.cnf.sh
+3
-0
support-files/my-innodb-heavy-4G.cnf.sh
support-files/my-innodb-heavy-4G.cnf.sh
+3
-0
support-files/my-large.cnf.sh
support-files/my-large.cnf.sh
+3
-0
support-files/my-medium.cnf.sh
support-files/my-medium.cnf.sh
+3
-0
support-files/my-small.cnf.sh
support-files/my-small.cnf.sh
+3
-0
No files found.
support-files/my-huge.cnf.sh
View file @
b32fce09
...
@@ -46,6 +46,9 @@ thread_concurrency = 8
...
@@ -46,6 +46,9 @@ thread_concurrency = 8
#
#
#skip-networking
#skip-networking
# Disable Federated by default
skip-federated
# Replication Master Server (default)
# Replication Master Server (default)
# binary logging is required for replication
# binary logging is required for replication
log-bin
=
mysql-bin
log-bin
=
mysql-bin
...
...
support-files/my-innodb-heavy-4G.cnf.sh
View file @
b32fce09
...
@@ -357,6 +357,9 @@ myisam_repair_threads = 1
...
@@ -357,6 +357,9 @@ myisam_repair_threads = 1
myisam_recover
myisam_recover
# Disable Federated by default
skip-federated
# *** BDB Specific options ***
# *** BDB Specific options ***
# Use this option if you run a MySQL server with BDB support enabled but
# Use this option if you run a MySQL server with BDB support enabled but
...
...
support-files/my-large.cnf.sh
View file @
b32fce09
...
@@ -46,6 +46,9 @@ thread_concurrency = 8
...
@@ -46,6 +46,9 @@ thread_concurrency = 8
#
#
#skip-networking
#skip-networking
# Disable Federated by default
skip-federated
# Replication Master Server (default)
# Replication Master Server (default)
# binary logging is required for replication
# binary logging is required for replication
log-bin
=
mysql-bin
log-bin
=
mysql-bin
...
...
support-files/my-medium.cnf.sh
View file @
b32fce09
...
@@ -44,6 +44,9 @@ myisam_sort_buffer_size = 8M
...
@@ -44,6 +44,9 @@ myisam_sort_buffer_size = 8M
#
#
#skip-networking
#skip-networking
# Disable Federated by default
skip-federated
# Replication Master Server (default)
# Replication Master Server (default)
# binary logging is required for replication
# binary logging is required for replication
log-bin
=
mysql-bin
log-bin
=
mysql-bin
...
...
support-files/my-small.cnf.sh
View file @
b32fce09
...
@@ -48,6 +48,9 @@ server-id = 1
...
@@ -48,6 +48,9 @@ server-id = 1
# Uncomment the following if you want to log updates
# Uncomment the following if you want to log updates
#log-bin=mysql-bin
#log-bin=mysql-bin
# Disable Federated by default
skip-federated
# Uncomment the following if you are NOT using BDB tables
# Uncomment the following if you are NOT using BDB tables
#skip-bdb
#skip-bdb
...
...
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