Oracle 5.0 Reference Manual page 1261

Table of Contents

Advertisement

innodb_fast_shutdown
Command-Line Format
Option-File Format
Option Sets Variable
Variable Name
Variable Scope
Dynamic Variable
The
shutdown mode. By default, the value is 1, which causes a "fast" shutdown (the normal
InnoDB
type of shutdown). If the value is 0,
shutdown. These operations can take minutes, or even hours in extreme cases. If the value is 1,
skips these operations at shutdown. If the value is 2,
InnoDB
shut down cold, as if MySQL had crashed; no committed transaction will be lost, but crash recovery
will be done at the next startup. The value of 2 can be used as of MySQL 5.0.5, except that it cannot
be used on NetWare.
innodb_file_io_threads
Command-Line Format
Option-File Format
Option Sets Variable
Variable Name
Variable Scope
Dynamic Variable
The number of file I/O threads in InnoDB. Normally, this should be left at the default value of 4, but
disk I/O on Windows may benefit from a larger number. On Unix, increasing the number has no
effect;
always uses the default value.
InnoDB
innodb_file_per_table
Command-Line Format
Option-File Format
Variable Name
Variable Scope
Dynamic Variable
Startup Options and System Variables
InnoDB
--innodb_fast_shutdown[=#]
innodb_fast_shutdown
Yes,
innodb_fast_shutdown
innodb_fast_shutdown
Global
Yes
Permitted Values
Type
numeric
Default
1
Valid
0
Values
1
2
InnoDB
--innodb_file_io_threads=#
innodb_file_io_threads
Yes,
innodb_file_io_threads
innodb_file_io_threads
Global
No
Permitted Values
Type
numeric
Default
4
Range
4 .. 64
--innodb_file_per_table
innodb_file_per_table
innodb_file_per_table
Global
No
Permitted Values
1241
[1241]
does a full purge and an insert buffer merge before a
InnoDB
[1241]
will just flush its logs and then

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents