diff options
author | unknown <monty@donna.mysql.fi> | 2001-04-02 01:45:24 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-04-02 01:45:24 +0300 |
commit | f93232805ed97acd3734f6bd208328aeb2293d45 (patch) | |
tree | 90e5e8a8570e593f3241d7b766717cefc7a4130b /support-files/my-medium.cnf.sh | |
parent | 1776fbac85f35241d4c4726e40f9e40d8267e115 (diff) | |
download | mariadb-git-f93232805ed97acd3734f6bd208328aeb2293d45.tar.gz |
Added INNODB as a synonym for INNOBASE
Fixed bug where FLUSH TABLES could make indexes unavailable for the next query
Added --skip-safemalloc
Docs/manual.texi:
Added some information about --with-debug=full
sql/lex.h:
Added INNODB as a synonym for INNOBASE
sql/mysqld.cc:
Added myisam variables.
Moved shutdown message to after databases has been closed.
Removed old define for MacOS X.
Added --skip-safemalloc.
Added missing \ to strings
sql/sql_base.cc:
Fixed bug where FLUSH TABLES could make indexes unavailable for
the next query.
support-files/my-huge.cnf.sh:
Added / to end of innobase directory options
support-files/my-large.cnf.sh:
Added / to end of innobase directory options
support-files/my-medium.cnf.sh:
Added / to end of innobase directory options
support-files/my-small.cnf.sh:
Added / to end of innobase directory options
tests/fork_big.pl:
Made test harder
Diffstat (limited to 'support-files/my-medium.cnf.sh')
-rw-r--r-- | support-files/my-medium.cnf.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/support-files/my-medium.cnf.sh b/support-files/my-medium.cnf.sh index 20edef7a87d..4f5cdc135d2 100644 --- a/support-files/my-medium.cnf.sh +++ b/support-files/my-medium.cnf.sh @@ -45,9 +45,9 @@ server-id = 1 #set-variable = bdb_max_lock=10000 # Uncomment the following if you are using Innobase tables -#innobase_data_home_dir = @datadir@ -#innobase_log_group_home_dir = @datadir@ -#innobase_log_arch_dir = @datadir@ +#innobase_data_home_dir = @localstatedir@/ +#innobase_log_group_home_dir = @localstatedir@/ +#innobase_log_arch_dir = @localstatedir@/ #innobase_data_file_path = ibdata1:25M;ibdata2:37M;ibdata3:100M;ibdata4:300M #set-variable = innobase_mirrored_log_groups=1 #set-variable = innobase_log_files_in_group=3 |