Skip to content
  • Rahul Agarkar's avatar
    76876232
    WL#13782: Add config option to use fallocate() on Linux · 76876232
    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)
    76876232
    WL#13782: Add config option to use fallocate() on Linux
    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)
Loading