1. 26 May, 2014 1 commit
  2. 23 May, 2014 1 commit
  3. 22 May, 2014 3 commits
  4. 16 May, 2014 1 commit
  5. 28 Apr, 2014 1 commit
  6. 23 Apr, 2014 1 commit
  7. 17 Apr, 2014 1 commit
  8. 16 Apr, 2014 1 commit
    • Jan Lindström's avatar
      MDEV-6070: FusionIO: Failure to create a table with ATOMIC_WRITES · 2f46e5b9
      Jan Lindström authored
      option leaves the database in inconsistent state,
      
      Analysis: Problem was that atomic writes variable had incorrect
      type on same places leading to fact that e.g. OFF option was
      not regognized. Furthermore, some error check code was missing
      from both InnoDB and XtraDB engines. Finally, when table is
      created we have already created the .ibd file and if we can't
      set atomic writes it stays there.
      
      Fix: Fix atomic writes variable type to ulint as it should be.
      Fix: Add proper error code checking on os errors on both InnoDB
      and XtraDB
      Fix: Remove the .idb file when atomic writes can't be enabled
      to a new table.
      2f46e5b9
  9. 15 Apr, 2014 1 commit
    • Jan Lindström's avatar
      Added support for LZO compression method. · 13c73c31
      Jan Lindström authored
      Removed: innodb_use_lz4 configuration parameter
      
      Added: innodb_compression_algorithm configuration parameter
      0 = no compression, 1 = ZLIB, 2 = LZ4, 3 = LZO
      
      Fixed issue with incorrect trim calculations
      13c73c31
  10. 29 Mar, 2014 7 commits
  11. 28 Mar, 2014 9 commits
  12. 27 Mar, 2014 13 commits