aboutsummaryrefslogtreecommitdiff
path: root/handlers/mysql.in
AgeCommit message (Collapse)Author
2014-02-22mysql: fix non-qualified table name extraction (Closes: Redmine#4373).intrigeri
2013-12-26mysql: make "nodata" option compatible with compress=no.intrigeri
2012-05-20mysql: use --skip-events when backing up the performance_schema database ↵intrigeri
(Closes: #673572)
2012-01-24mysql: 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-25All handlers: stop using "local VAR" outside functions. (Closes: #530647)intrigeri
2010-11-07Fix reliance on bash for pipefail. (Closes: #602374)intrigeri
Thanks to Sergio Talens-Oliag <sto@debian.org> for the bug report and patch.
2010-06-24Fix code logic to make dbusername/dbpassword actually usable (Closes Redmine ↵intrigeri
bug #2264)
2010-06-24mysql: don't lock tables in the information_schema database (Closes: #587011)intrigeri
2010-06-14Added 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-08ldap,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-05Fix indentation of previously cherry-picked patchintrigeri
2010-01-05Cherry-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-25mysql, pgsql: Quote output filenamesintrigeri
... to support shell meta-characters in database names. Closes Redmine bug #617.
2009-11-19ldap, mysql, pgsql: use gzip's --rsyncable optionintrigeri
2009-05-23Add 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-23Make 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-12mysql: fix 'mysqladmin ping' use, see changelog for detailsintrigeri
2008-12-09mysql: new sqldumpoptions config variable (Closes: #502966)intrigeri
2008-06-24pgsql, mysql, svn: use new vservers_running function from lib/vserver ↵intrigeri
(factorization++)
2007-11-20add patch from matthew palmer to enhance mysql database selection (Closes: ↵Micah Anderson
#452039)
2007-11-02added nodata option to mysql handler, thanks to Daniel Bonniot (Closes: 408829)Micah Anderson
2007-10-12fixed autotools build, broken since r466, inhandlers/Makefile.amintrigeri