| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-24 | mysql: Don't attempt to dump performance_schema database (Redmine#3741). | intrigeri | |
| Locking its tables require privileges the 'debian-sys-maint'@'localhost' user is generally not granted. | |||
| 2011-04-25 | All handlers: stop using "local VAR" outside functions. (Closes: #530647) | intrigeri | |
| 2010-11-07 | Fix reliance on bash for pipefail. (Closes: #602374) | intrigeri | |
| Thanks to Sergio Talens-Oliag <sto@debian.org> for the bug report and patch. | |||
| 2010-06-24 | Fix code logic to make dbusername/dbpassword actually usable (Closes Redmine ↵ | intrigeri | |
| bug #2264) | |||
| 2010-06-24 | mysql: don't lock tables in the information_schema database (Closes: #587011) | intrigeri | |
| 2010-06-14 | Added GZIP_OPTS option, defaulting to --rsyncable. | intrigeri | |
| ... so that this option can be disabled on systems that don't support it. This also allows to use another compression program, such as pbzip2 on SMP machines (closes Roundup bug #2405). | |||
| 2010-01-08 | ldap,mysql,pgsql: use bash pipefail option so that failed dumps are reported ↵ | intrigeri | |
| as such This should fix Redmine bug #1340. This option makes pipelines return as status the value of the last (rightmost) command to exit with a non-zero status, or zero if all commands exit successfully. See bash(1) for details. E.g. this prevents the following from exiting with status 0 (!) if pg_dumpall fails: pg_dumpall | gzip | |||
| 2010-01-05 | Fix indentation of previously cherry-picked patch | intrigeri | |
| 2010-01-05 | Cherry-picked "fixes for mysql handler for mysqld inside a vserver" | intrigeri | |
| This commit (64edfccf7684d9c080e734b25fa9361f0190afec) was wrongly committed to the debian branch. Conflicts: handlers/mysql.in | |||
| 2009-12-25 | mysql, pgsql: Quote output filenames | intrigeri | |
| ... to support shell meta-characters in database names. Closes Redmine bug #617. | |||
| 2009-11-19 | ldap, mysql, pgsql: use gzip's --rsyncable option | intrigeri | |
| 2009-05-23 | Add a vim modeline with indentation settings. | Matthijs Kooijman | |
| The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines). | |||
| 2009-05-23 | Make all indentation consistent. | Matthijs Kooijman | |
| Previously, there were many indentation styles in use: Real tabs, 2, 3 or 4 spaces, mixing these within the same file, function or even within a single line. This commit changes all bash scripts in the handlers, src and lib dirs to use consistent indentation: three spaces are now used everywhere. Other files (e.g. Makefiles) are left untouched. Additionally, this commit removes all trailing whitespace. | |||
| 2009-01-12 | mysql: fix 'mysqladmin ping' use, see changelog for details | intrigeri | |
| 2008-12-09 | mysql: new sqldumpoptions config variable (Closes: #502966) | intrigeri | |
| 2008-06-24 | pgsql, mysql, svn: use new vservers_running function from lib/vserver ↵ | intrigeri | |
| (factorization++) | |||
| 2007-11-20 | add patch from matthew palmer to enhance mysql database selection (Closes: ↵ | Micah Anderson | |
| #452039) | |||
| 2007-11-02 | added nodata option to mysql handler, thanks to Daniel Bonniot (Closes: 408829) | Micah Anderson | |
| 2007-10-12 | fixed autotools build, broken since r466, inhandlers/Makefile.am | intrigeri | |
