mariadb/storage
Marko Mäkelä 715e4f4320 MDEV-12218 Clean up InnoDB parameter validation
Bind more InnoDB parameters directly to MYSQL_SYSVAR and
remove "shadow variables".

innodb_change_buffering: Declare as ENUM, not STRING.

innodb_flush_method: Declare as ENUM, not STRING.

innodb_log_buffer_size: Bind directly to srv_log_buffer_size,
without rounding it to a multiple of innodb_page_size.

LOG_BUFFER_SIZE: Remove.

SysTablespace::normalize_size(): Renamed from normalize().

innodb_init_params(): A new function to initialize and validate
InnoDB startup parameters.

innodb_init(): Renamed from innobase_init(). Invoke innodb_init_params()
before actually trying to start up InnoDB.

srv_start(bool): Renamed from innobase_start_or_create_for_mysql().
Added the input parameter create_new_db.

SRV_ALL_O_DIRECT_FSYNC: Define only for _WIN32.

xb_normalize_init_values(): Merge to innodb_init_param().
2018-04-29 09:41:42 +03:00
..
archive Merge branch '10.2' into 10.3 2018-03-28 17:31:57 +02:00
blackhole
cassandra Added name to MEM_ROOT for esier debugging 2018-02-02 11:08:36 +02:00
connect Merge 10.2 to 10.3 2018-04-19 15:23:21 +03:00
csv Added name to MEM_ROOT for esier debugging 2018-02-02 11:08:36 +02:00
example Changed static const in Alter_info and Alter_online_info to defines 2018-03-29 13:59:40 +03:00
federated Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
federatedx Merge bb-10.2-ext into 10.3 2018-02-15 10:22:03 +02:00
heap Merge 10.2 into 10.3 2018-04-24 20:59:57 +03:00
innobase MDEV-12218 Clean up InnoDB parameter validation 2018-04-29 09:41:42 +03:00
maria Merge 10.2 into 10.3 2018-04-24 20:59:57 +03:00
mroonga Fix a lot of compiler warnings found by -Wunused 2018-04-26 17:35:12 +03:00
myisam Merge 10.2 into 10.3 2018-04-24 20:59:57 +03:00
myisammrg Merge 10.2 into 10.3 2018-04-24 20:59:57 +03:00
oqgraph Merge 10.2 into 10.3 2018-04-24 20:59:57 +03:00
perfschema Merge 10.2 into 10.3 2018-04-24 20:59:57 +03:00
rocksdb Fix a lot of compiler warnings found by -Wunused 2018-04-26 17:35:12 +03:00
sequence
sphinx Merge 10.2 into 10.3 2018-04-24 20:59:57 +03:00
spider Remove compiler warnings 2018-04-16 20:16:43 +03:00
test_sql_discovery Merge bb-10.2-ext into 10.3 2017-09-21 08:12:19 +03:00
tokudb Fix a lot of compiler warnings found by -Wunused 2018-04-26 17:35:12 +03:00