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
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
nexedi
MariaDB
Commits
5dc48be1
Commit
5dc48be1
authored
Nov 19, 2010
by
Georgi Kodinov
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
f45b6605
589428b6
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
35 additions
and
56 deletions
+35
-56
support-files/CMakeLists.txt
support-files/CMakeLists.txt
+1
-1
support-files/my-huge.cnf.sh
support-files/my-huge.cnf.sh
+7
-11
support-files/my-innodb-heavy-4G.cnf.sh
support-files/my-innodb-heavy-4G.cnf.sh
+5
-13
support-files/my-large.cnf.sh
support-files/my-large.cnf.sh
+7
-11
support-files/my-medium.cnf.sh
support-files/my-medium.cnf.sh
+7
-11
support-files/my-small.cnf.sh
support-files/my-small.cnf.sh
+7
-7
win/configure.js
win/configure.js
+1
-2
No files found.
support-files/CMakeLists.txt
View file @
5dc48be1
...
...
@@ -14,7 +14,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
IF
(
WIN32
)
SET
(
localstatedir
"C:
\\
mysql
\\
data
"
)
SET
(
localstatedir
"C:
\\
\\
mysql
\\\\
data
\\\\
"
)
SET
(
ini_file_extension
"ini"
)
ELSE
()
SET
(
localstatedir
"
${
MYSQL_DATADIR
}
"
)
...
...
support-files/my-huge.cnf.sh
View file @
5dc48be1
...
...
@@ -3,11 +3,11 @@
# This is for a large system with memory of 1G-2G where the system runs mainly
# MySQL.
#
#
You can copy this file to
#
/etc/my.cnf to set global options,
#
mysql-data-dir/my.cnf to set server-specific options (in this
#
installation this directory is @localstatedir@) or
#
~/.my.cnf to set user-specific options.
#
MySQL programs look for option files in a set of
#
locations which depend on the deployment platform.
#
You can copy this option file to one of those
#
locations. For information about these locations, see:
#
http://dev.mysql.com/doc/mysql/en/option-files.html
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
...
...
@@ -113,14 +113,10 @@ server-id = 1
# binary logging format - mixed recommended
#binlog_format=mixed
# Point the following paths to different dedicated disks
#tmpdir = /tmp/
#log-bin = /path-to-dedicated-directory/hostname
# Uncomment the following if you are using InnoDB tables
#innodb_data_home_dir = @localstatedir@
/
#innodb_data_home_dir = @localstatedir@
#innodb_data_file_path = ibdata1:2000M;ibdata2:10M:autoextend
#innodb_log_group_home_dir = @localstatedir@
/
#innodb_log_group_home_dir = @localstatedir@
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
#innodb_buffer_pool_size = 384M
...
...
support-files/my-innodb-heavy-4G.cnf.sh
View file @
5dc48be1
...
...
@@ -8,10 +8,11 @@
# running mostly MySQL using InnoDB only tables and performing complex
# queries with few connections.
#
# You can copy this file to /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options
# (@localstatedir@ for this installation) or to
# ~/.my.cnf to set user-specific options.
# MySQL programs look for option files in a set of
# locations which depend on the deployment platform.
# You can copy this option file to one of those
# locations. For information about these locations, see:
# http://dev.mysql.com/doc/mysql/en/option-files.html
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
...
...
@@ -232,15 +233,6 @@ slow_query_log
# currently measures time with second accuracy only).
long_query_time
=
2
# The directory used by MySQL for storing temporary files. For example,
# it is used to perform disk based large sorts, as well as for internal
# and explicit temporary tables. It might be good to put it on a
# swapfs/tmpfs filesystem, if you do not create very large temporary
# files. Alternatively you can put it on dedicated disk. You can
# specify multiple paths here by separating them by ";" - they will then
# be used in a round-robin fashion.
#tmpdir = /tmp
# *** Replication related settings
...
...
support-files/my-large.cnf.sh
View file @
5dc48be1
...
...
@@ -3,11 +3,11 @@
# This is for a large system with memory = 512M where the system runs mainly
# MySQL.
#
#
You can copy this file to
#
/etc/my.cnf to set global options,
#
mysql-data-dir/my.cnf to set server-specific options (in this
#
installation this directory is @localstatedir@) or
#
~/.my.cnf to set user-specific options.
#
MySQL programs look for option files in a set of
#
locations which depend on the deployment platform.
#
You can copy this option file to one of those
#
locations. For information about these locations, see:
#
http://dev.mysql.com/doc/mysql/en/option-files.html
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
...
...
@@ -113,14 +113,10 @@ server-id = 1
# binary logging - not required for slaves, but recommended
#log-bin=mysql-bin
# Point the following paths to different dedicated disks
#tmpdir = /tmp/
#log-bin = /path-to-dedicated-directory/hostname
# Uncomment the following if you are using InnoDB tables
#innodb_data_home_dir = @localstatedir@
/
#innodb_data_home_dir = @localstatedir@
#innodb_data_file_path = ibdata1:10M:autoextend
#innodb_log_group_home_dir = @localstatedir@
/
#innodb_log_group_home_dir = @localstatedir@
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
#innodb_buffer_pool_size = 256M
...
...
support-files/my-medium.cnf.sh
View file @
5dc48be1
...
...
@@ -4,11 +4,11 @@
# an important part, or systems up to 128M where MySQL is used together with
# other programs (such as a web server)
#
#
You can copy this file to
#
/etc/my.cnf to set global options,
#
mysql-data-dir/my.cnf to set server-specific options (in this
#
installation this directory is @localstatedir@) or
#
~/.my.cnf to set user-specific options.
#
MySQL programs look for option files in a set of
#
locations which depend on the deployment platform.
#
You can copy this option file to one of those
#
locations. For information about these locations, see:
#
http://dev.mysql.com/doc/mysql/en/option-files.html
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
...
...
@@ -111,14 +111,10 @@ server-id = 1
# binary logging - not required for slaves, but recommended
#log-bin=mysql-bin
# Point the following paths to different dedicated disks
#tmpdir = /tmp/
#log-bin = /path-to-dedicated-directory/hostname
# Uncomment the following if you are using InnoDB tables
#innodb_data_home_dir = @localstatedir@
/
#innodb_data_home_dir = @localstatedir@
#innodb_data_file_path = ibdata1:10M:autoextend
#innodb_log_group_home_dir = @localstatedir@
/
#innodb_log_group_home_dir = @localstatedir@
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
#innodb_buffer_pool_size = 16M
...
...
support-files/my-small.cnf.sh
View file @
5dc48be1
...
...
@@ -4,11 +4,11 @@
# from time to time and it's important that the mysqld daemon
# doesn't use much resources.
#
#
You can copy this file to
#
/etc/my.cnf to set global options,
#
mysql-data-dir/my.cnf to set server-specific options (in this
#
installation this directory is @localstatedir@) or
#
~/.my.cnf to set user-specific options.
#
MySQL programs look for option files in a set of
#
locations which depend on the deployment platform.
#
You can copy this option file to one of those
#
locations. For information about these locations, see:
#
http://dev.mysql.com/doc/mysql/en/option-files.html
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
...
...
@@ -59,9 +59,9 @@ server-id = 1
#binlog_direct_non_transactional_updates=TRUE
# Uncomment the following if you are using InnoDB tables
#innodb_data_home_dir = @localstatedir@
/
#innodb_data_home_dir = @localstatedir@
#innodb_data_file_path = ibdata1:10M:autoextend
#innodb_log_group_home_dir = @localstatedir@
/
#innodb_log_group_home_dir = @localstatedir@
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
#innodb_buffer_pool_size = 16M
...
...
win/configure.js
View file @
5dc48be1
...
...
@@ -101,8 +101,7 @@ try
GetValue
(
configureIn
,
"
DOT_FRM_VERSION
"
)
+
"
\"
CACHE STRING
\"\"
)
"
);
configfile
.
WriteLine
(
"
SET (MYSQL_TCP_PORT_DEFAULT
\"
"
+
default_port
+
"
\"
CACHE STRING
\"\"
)
"
);
configfile
.
WriteLine
(
"
SET (MYSQL_TCP_PORT
\"
"
+
actual_port
+
"
\"
CACHE STRING
\"\"
)
"
);
configfile
.
WriteLine
(
"
SET (MYSQL_UNIX_ADDR
\"
"
+
GetValue
(
configureIn
,
"
MYSQL_UNIX_ADDR_DEFAULT
"
)
+
"
\"
CACHE STRING
\"\"
)
"
);
configfile
.
WriteLine
(
"
SET (MYSQL_UNIX_ADDR
\"
MySQL
\"
CACHE STRING
\"\"
)
"
);
var
version
=
GetVersion
(
configureIn
);
configfile
.
WriteLine
(
"
SET (VERSION
\"
"
+
version
+
"
\"
CACHE STRING
\"\"
)
"
);
configfile
.
WriteLine
(
"
SET (MYSQL_BASE_VERSION
\"
"
+
...
...
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