1. 23 Apr, 2014 3 commits
    • Vincent Pelletier's avatar
      erp5.TODO: Add release-critical entry about frontend. · f3b4e1df
      Vincent Pelletier authored
      The way to request frontend has changed a lot since this code was written.
      Find a way to not depend on how frontend work, to not have to keep SRs
      synchronised with frontend flavours.
      f3b4e1df
    • 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
  2. 22 Apr, 2014 5 commits
  3. 17 Apr, 2014 1 commit
  4. 14 Apr, 2014 7 commits
  5. 10 Apr, 2014 4 commits
  6. 09 Apr, 2014 11 commits
  7. 08 Apr, 2014 6 commits
  8. 07 Apr, 2014 2 commits
  9. 05 Apr, 2014 1 commit