Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-4165

[PATCH] RFE: make tmpdir a build-time configurable option

    Details

    • Type: Task
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Fix Version/s: 5.5.33
    • Component/s: None
    • Labels:
      None

      Description

      Background: Some distributions use tmpfs for mounting /tmp by default, which has some advantages, but brings also new issues. Fedora started using tmpfs on /tmp in version 18 for example. If not configured otherwise in my.cnf, MySQL/MariaDB uses system's constant P_tmpdir expanded to /tmp on Linux. This can introduce some problems with limited space in /tmp and also some data loss in case of replication slave [1].

      In case distributions would like to use /var/tmp, which should be better for MySQL/MariaDB purposes, then we have to patch the source or change tmpdir option in my.cnf, which is however not updated in case it has already existed.

      Thus, it would be useful to be able to specify default tmpdir path using a configure option, while using P_tmpdir in case it is not defined explicitly. I've created such patch, so feel free to comment or apply it.

      [1] http://dev.mysql.com/doc/refman/5.5/en/server-options.html#option_mysqld_tmpdir

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            hhorak Honza Horak added a comment -

            I've sent the same patch also to MySQL: http://bugs.mysql.com/bug.php?id=68338

            Show
            hhorak Honza Horak added a comment - I've sent the same patch also to MySQL: http://bugs.mysql.com/bug.php?id=68338

              People

              • Assignee:
                serg Sergei Golubchik
                Reporter:
                hhorak Honza Horak
              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: