Bug #7873 | changing basedir variable in mysql.server script doesn't take an effect | ||
---|---|---|---|
Submitted: | 13 Jan 2005 13:33 | Modified: | 17 Feb 2005 18:19 |
Reporter: | Gleb Paharenko | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.8 | OS: | Linux (Linux) |
Assigned to: | Jani Tolonen | CPU Architecture: | Any |
[13 Jan 2005 13:33]
Gleb Paharenko
[17 Feb 2005 13:09]
Jani Tolonen
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html
[17 Feb 2005 18:19]
Jani Tolonen
Changed script so, that datadir is set to default, only if basedir is empty. If basedir is set, also datadir must be set. The problem with setting datadir automatically according to basedir, the result may be wrong. The datadir may end with /data or /var subdirs, depending on distribution.