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

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

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 5.5.33
    • None
    • 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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.