mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
InnoDB: Backport innodb_autoextend_increment from 4.1
innobase/include/srv0srv.h: Add configuration variable srv_auto_extend_increment innobase/srv/srv0srv.c: Add configuration variable srv_auto_extend_increment sql/ha_innodb.h: Add configuration variable srv_auto_extend_increment sql/mysqld.cc: Add startup option innodb_autoextend_increment sql/set_var.cc: Add settable global variable innodb_autoextend_increment
This commit is contained in:
parent
b7c59b9e22
commit
f35117ea34
5 changed files with 17 additions and 1 deletions
|
|
@ -86,6 +86,9 @@ ulint srv_last_file_size_max = 0; /* if != 0, this tells
|
|||
the max size auto-extending
|
||||
may increase the last data
|
||||
file size */
|
||||
ulint srv_auto_extend_increment = 8; /* If the last data file is
|
||||
auto-extended, we add this
|
||||
many pages to it at a time */
|
||||
ulint* srv_data_file_is_raw_partition = NULL;
|
||||
|
||||
/* If the following is TRUE we do not allow inserts etc. This protects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue