mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 22:25:32 +02:00
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
This commit is contained in:
parent
1776fbac85
commit
f93232805e
9 changed files with 98 additions and 60 deletions
|
|
@ -43,9 +43,9 @@ server-id = 1
|
|||
#set-variable = bdb_max_lock=100000
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue