summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-03-26 16:49:11 +0300
committermonty@donna.mysql.fi <>2001-03-26 16:49:11 +0300
commitdab74107abc54ba9687b41f4ff2b3e3b45a07c10 (patch)
tree5da4abd6f52ae4b0af895f7c6248e92e8ccd2721 /support-files
parent700dd225adaf4474b76ad8145473f2f2ef3d6376 (diff)
downloadmariadb-git-dab74107abc54ba9687b41f4ff2b3e3b45a07c10.tar.gz
Fix a crash in Innobase with tables with many columns and a range query
Removed all Attic directories.
Diffstat (limited to 'support-files')
-rw-r--r--support-files/Attic/my-example.cnf.sh39
-rw-r--r--support-files/Attic/my-huge.cfg.sh60
-rw-r--r--support-files/Attic/my-large.cfg.sh60
-rw-r--r--support-files/Attic/my-medium.cfg.sh58
-rw-r--r--support-files/Attic/my-small.cfg.sh53
5 files changed, 0 insertions, 270 deletions
diff --git a/support-files/Attic/my-example.cnf.sh b/support-files/Attic/my-example.cnf.sh
deleted file mode 100644
index f91478a3037..00000000000
--- a/support-files/Attic/my-example.cnf.sh
+++ /dev/null
@@ -1,39 +0,0 @@
-# Example mysql config file.
-# You can copy this to one of:
-# @sysconfdir@/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.
-#
-# One can use all long options that the program supports.
-# Run the program with --help to get a list of available options
-
-# This will be passed to all mysql clients
-[client]
-#password = my_password
-port = @MYSQL_TCP_PORT@
-socket = @MYSQL_UNIX_ADDR@
-
-# Here is entries for some specific programs
-# The following values assume you have at least 32M ram
-
-# The MySQL server
-[mysqld]
-port = @MYSQL_TCP_PORT@
-socket = @MYSQL_UNIX_ADDR@
-skip-locking
-set-variable = key_buffer=16M
-set-variable = max_allowed_packet=1M
-set-variable = thread_stack=128K
-# Start logging
-log
-
-[mysqldump]
-quick
-set-variable = max_allowed_packet=16M
-
-[mysql]
-no-auto-rehash
-
-[isamchk]
-set-variable = key_buffer=16M
diff --git a/support-files/Attic/my-huge.cfg.sh b/support-files/Attic/my-huge.cfg.sh
deleted file mode 100644
index 75faa1da276..00000000000
--- a/support-files/Attic/my-huge.cfg.sh
+++ /dev/null
@@ -1,60 +0,0 @@
-# Example mysql config file for very large systems.
-#
-# This is for large system with memory of 1G-2G where the system runs mainly
-# MySQL.
-#
-# You can copy this file to
-# /etc/mf.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.
-#
-# One can in this file use all long options that the program supports.
-# If you want to know which options a program support, run the program
-# with --help option.
-
-# The following options will be passed to all MySQL clients
-[client]
-#password = your_password
-port = @MYSQL_TCP_PORT@
-socket = @MYSQL_UNIX_ADDR@
-
-# Here follows entries for some specific programs
-
-# The MySQL server
-[mysqld]
-port = @MYSQL_TCP_PORT@
-socket = @MYSQL_UNIX_ADDR@
-#tmpdir = /tmp/ # Put this on a dedicated disk
-skip-locking
-set-variable = key_buffer=512M
-set-variable = max_allowed_packet=1M
-set-variable = table_cache=512
-set-variable = sort_buffer=2M
-set-variable = record_buffer=2M
-set-variable = thread_cache=8
-set-variable = thread_concurrency=8 # Try number of CPU's*2
-set-variable = myisam_sort_buffer_size=64M
-#set-variable = bdb_cache_size=256M
-# Only log updates
-log-update
-
-[mysqldump]
-quick
-set-variable = max_allowed_packet=16M
-
-[mysql]
-no-auto-rehash
-#safe-updates # Remove the comment character if you are not familiar with SQL
-
-[isamchk]
-set-variable = key_buffer=256M
-set-variable = sort_buffer=256M
-set-variable = read-buffer=2M
-set-variable = write-buffer=2M
-
-[myisamchk]
-set-variable = key_buffer=256M
-set-variable = sort_buffer=256M
-set-variable = read-buffer=2M
-set-variable = write-buffer=2M
diff --git a/support-files/Attic/my-large.cfg.sh b/support-files/Attic/my-large.cfg.sh
deleted file mode 100644
index 01e830ae16c..00000000000
--- a/support-files/Attic/my-large.cfg.sh
+++ /dev/null
@@ -1,60 +0,0 @@
-# Example mysql config file for large systems.
-#
-# This is for large system with memory = 512M where the system runs mainly
-# MySQL.
-#
-# You can copy this file to
-# /etc/mf.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.
-#
-# One can in this file use all long options that the program supports.
-# If you want to know which options a program support, run the program
-# with --help option.
-
-# The following options will be passed to all MySQL clients
-[client]
-#password = your_password
-port = @MYSQL_TCP_PORT@
-socket = @MYSQL_UNIX_ADDR@
-
-# Here follows entries for some specific programs
-
-# The MySQL server
-[mysqld]
-port = @MYSQL_TCP_PORT@
-socket = @MYSQL_UNIX_ADDR@
-#tmpdir = /tmp/ # Put this on a dedicated disk
-skip-locking
-set-variable = key_buffer=256M
-set-variable = max_allowed_packet=1M
-set-variable = table_cache=256
-set-variable = sort_buffer=1M
-set-variable = record_buffer=1M
-set-variable = myisam_sort_buffer_size=64M
-set-variable = thread_cache=8
-set-variable = thread_concurrency=8 # Try number of CPU's*2
-#set-variable = bdb_cache_size=64M
-# Only log updates
-log-update
-
-[mysqldump]
-quick
-set-variable = max_allowed_packet=16M
-
-[mysql]
-no-auto-rehash
-#safe-updates # Remove the comment character if you are not familiar with SQL
-
-[isamchk]
-set-variable = key_buffer=128M
-set-variable = sort_buffer=128M
-set-variable = read-buffer=2M
-set-variable = write-buffer=2M
-
-[myisamchk]
-set-variable = key_buffer=128M
-set-variable = sort_buffer=128M
-set-variable = read-buffer=2M
-set-variable = write-buffer=2M
diff --git a/support-files/Attic/my-medium.cfg.sh b/support-files/Attic/my-medium.cfg.sh
deleted file mode 100644
index 18c297fe151..00000000000
--- a/support-files/Attic/my-medium.cfg.sh
+++ /dev/null
@@ -1,58 +0,0 @@
-# Example mysql config file for medium systems.
-#
-# This is for a system with little memory (32M - 64M) where MySQL plays
-# a important part and systems up to 128M very MySQL is used together with
-# other programs (like a web server)
-#
-# You can copy this file to
-# /etc/mf.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.
-#
-# One can in this file use all long options that the program supports.
-# If you want to know which options a program support, run the program
-# with --help option.
-
-# The following options will be passed to all MySQL clients
-[client]
-#password = your_password
-port = @MYSQL_TCP_PORT@
-socket = @MYSQL_UNIX_ADDR@
-
-# Here follows entries for some specific programs
-
-# The MySQL server
-[mysqld]
-port = @MYSQL_TCP_PORT@
-socket = @MYSQL_UNIX_ADDR@
-#tmpdir = /tmp/ # Put this on a dedicated disk
-skip-locking
-set-variable = key_buffer=16M
-set-variable = max_allowed_packet=1M
-set-variable = table_cache=64
-set-variable = sort_buffer=512K
-set-variable = net_buffer_length=8K
-set-variable = myisam_sort_buffer_size=8M
-#set-variable = bdb_cache_size=1M
-log-update
-
-[mysqldump]
-quick
-set-variable = max_allowed_packet=16M
-
-[mysql]
-no-auto-rehash
-#safe-updates # Remove the comment character if you are not familiar with SQL
-
-[isamchk]
-set-variable = key_buffer=20M
-set-variable = sort_buffer=20M
-set-variable = read-buffer=2M
-set-variable = write-buffer=2M
-
-[myisamchk]
-set-variable = key_buffer=20M
-set-variable = sort_buffer=20M
-set-variable = read-buffer=2M
-set-variable = write-buffer=2M
diff --git a/support-files/Attic/my-small.cfg.sh b/support-files/Attic/my-small.cfg.sh
deleted file mode 100644
index 69a816da3fb..00000000000
--- a/support-files/Attic/my-small.cfg.sh
+++ /dev/null
@@ -1,53 +0,0 @@
-# Example mysql config file for small systems.
-#
-# This is for a system with little memory (<= 64M) where MySQL is only used
-# from time to time and it's important that the mysqld deamon
-# doesn't use much resources.
-#
-# You can copy this file to
-# /etc/mf.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.
-#
-# One can in this file use all long options that the program supports.
-# If you want to know which options a program support, run the program
-# with --help option.
-
-# The following options will be passed to all MySQL clients
-[client]
-#password = your_password
-port = @MYSQL_TCP_PORT@
-socket = @MYSQL_UNIX_ADDR@
-
-# Here follows entries for some specific programs
-
-# The MySQL server
-[mysqld]
-port = @MYSQL_TCP_PORT@
-socket = @MYSQL_UNIX_ADDR@
-skip-locking
-set-variable = key_buffer=16K
-set-variable = max_allowed_packet=1M
-set-variable = thread_stack=64K
-set-variable = table_cache=4
-set-variable = sort_buffer=64K
-set-variable = net_buffer_length=2K
-# Don't log things
-#log
-
-[mysqldump]
-quick
-set-variable = max_allowed_packet=16M
-
-[mysql]
-no-auto-rehash
-#safe-updates # Remove the comment character if you are not familiar with SQL
-
-[isamchk]
-set-variable = key_buffer=8M
-set-variable = sort_buffer=8M
-
-[myisamchk]
-set-variable = key_buffer=8M
-set-variable = sort_buffer=8M