-
Rahul Agarkar authored
This WL introduces a boolean server synamic variable innodb_extend_and_initialize. - Added innodb_extend_and_initialize server variable. This variable can be set to false to make InnoDB skip initializing the newly allocated pages by writing zeroes to them - Added mtr tests to test the functionality - Added sys_vars test case for the new variable RB: 23888 Reviewed by: Pawel Olchawa (pawel.olchawa@oracle.com) Sunny Bains (sunny.bains@oracle.com)
Rahul Agarkar authoredThis WL introduces a boolean server synamic variable innodb_extend_and_initialize. - Added innodb_extend_and_initialize server variable. This variable can be set to false to make InnoDB skip initializing the newly allocated pages by writing zeroes to them - Added mtr tests to test the functionality - Added sys_vars test case for the new variable RB: 23888 Reviewed by: Pawel Olchawa (pawel.olchawa@oracle.com) Sunny Bains (sunny.bains@oracle.com)
Loading