An error occurred fetching the project authors.
  1. 28 Aug, 2014 3 commits
  2. 15 Aug, 2014 1 commit
  3. 14 Aug, 2014 2 commits
  4. 08 Aug, 2014 1 commit
  5. 07 Aug, 2014 2 commits
  6. 28 Jul, 2014 2 commits
  7. 15 Jul, 2014 1 commit
  8. 08 Jul, 2014 1 commit
  9. 07 Jul, 2014 1 commit
  10. 02 Jul, 2014 1 commit
  11. 27 Jun, 2014 1 commit
  12. 24 Jun, 2014 1 commit
  13. 17 Jun, 2014 1 commit
  14. 10 Jun, 2014 1 commit
  15. 06 Jun, 2014 1 commit
  16. 05 Jun, 2014 1 commit
  17. 04 Jun, 2014 1 commit
  18. 28 May, 2014 1 commit
  19. 22 May, 2014 3 commits
  20. 19 May, 2014 1 commit
  21. 15 May, 2014 1 commit
  22. 09 May, 2014 1 commit
  23. 06 May, 2014 1 commit
  24. 05 May, 2014 2 commits
  25. 24 Apr, 2014 2 commits
  26. 23 Apr, 2014 2 commits
    • Vincent Pelletier's avatar
      erp5.mariadb: Make user and password optional. · 09b44b96
      Vincent Pelletier authored
      Allow creating databases without associated user account.
      Do not document this, as it is part of a yet-incomplete feature.
      09b44b96
    • Vincent Pelletier's avatar
      erp5.mariadb: Explicitly disable innodb_file_per_table . · e5325b93
      Vincent Pelletier authored
      MySQL changed the default value 3 times since 5.1, causing a waste of disk
      space when recreating schemas (tables move out of an already large system
      tablespace, which cannot be easily reclaimed).
      Also, per-table option fragments free space: if a table shrinks, freed
      space cannot be used by another table without recreating shrunk table
      (which induces at least a write-lock during data copy, which may not be
      trivial).
      e5325b93
  27. 22 Apr, 2014 4 commits