aboutsummaryrefslogtreecommitdiff
path: root/handlers/mysql
AgeCommit message (Collapse)Author
2007-10-12fixed autotools build, broken since r466, inhandlers/Makefile.amintrigeri
2007-02-23updated autotools abstraction to properly pick up different awk, sed,Micah Anderson
and md5sum locations
2006-12-13fixed case where combination of compress=no and specifying individualMicah Anderson
vservers and mysqld wasn't running or mysqldump didn't exist would cause a zero byte backup file
2006-08-11Added RPM patches submitted by Robert NapierMicah Anderson
2006-08-03Added fix to mysql handler for option change to --extra-files, alsoMicah Anderson
comitting change to pgsql handler that I forgot to change, allows the postgresql user to be set in backupninja.conf, instead of hardcoded
2006-06-10Added in-line compression to pgsql and mysql handlers, appears to work fine ↵Micah Anderson
in tests
2006-04-08backslashes for the double quotes are necessary in the debug linesMicah Anderson
otherwise when you run a test run it will print: debug su $user -c "$execstr" instead of expanding those variables the backslashes in the output= lines were wrong, but the debug lines were necessary :)
2006-04-08 r4446@krups: intrigeri | 2006-04-08 12:28:59 +0200intrigeri
mysql handler: removed over-enthusiastic quote-escaping, related to su ; previous versions broke the mysql handler both on sarge and sid.
2006-03-25Added escaping of double quotes that were added previouslyMicah Anderson
2006-03-20Fixed su quoting usage, as outlined here:Micah Anderson
http://lists.debian.org/debian-devel-announce/2006/03/msg00003.html
2006-03-07mysql tried to remove a tmpfile that didn't exist, fixed check for thisMicah Anderson
2006-02-03Fixed improper use of $vuserhome as reported as Debian bug #351083Micah Anderson
2006-02-02mysql, pgsql and svn handlers: fixed inversed vsname emptyness testintrigeri
2006-02-01This test needs to be inverted, otherwise it doesn't backup vservers at allMicah Anderson
2006-01-19typointrigeri
2006-01-19clean up and homogenize pgsql and mysql vserver checksintrigeri
2006-01-03Fixed mysql no user defaults file handlingMicah Anderson
2005-12-28 r263@crapouille: intrigeri | 2005-12-28 21:19:10 +0100intrigeri
Reverted indentation level to 3.
2005-12-28 r261@crapouille: intrigeri | 2005-12-28 20:59:01 +0100intrigeri
Changed default indentation level to 8, to make it presbyopia-friendly
2005-12-28Added the "Emacs comment line" on top of every shell file.intrigeri
2005-12-27 r221@um: micah | 2005-12-27 11:54:34 -0500Micah Anderson
If the user is set, make sure the --defaults-file is set for that user.
2005-12-27 r220@um: micah | 2005-12-27 11:12:31 -0500Micah Anderson
Add -h option to mysqlhotcopy method
2005-12-27 r219@um: micah | 2005-12-27 10:32:24 -0500Micah Anderson
Defaults file is now set correctly for vservers dbhost is now added to the .my.cnf
2005-12-27 r218@um: micah | 2005-12-27 09:59:40 -0500Micah Anderson
Changed some info output to debug
2005-12-27 r217@um: micah | 2005-12-27 09:57:30 -0500Micah Anderson
Some clean-ups, indentations and if/then/fi and do/done standardization
2005-12-27 r216@um: micah | 2005-12-27 09:50:17 -0500Micah Anderson
Set home properly when using vservers
2005-12-27 r215@um: micah | 2005-12-27 09:40:23 -0500Micah Anderson
Minor variable and documentation clean-up
2005-12-27 r214@um: micah | 2005-12-27 09:35:03 -0500Micah Anderson
Added vserver functionality to the user authentication method
2005-12-27 r213@um: micah | 2005-12-27 09:14:18 -0500Micah Anderson
Move vserver initialization higher up in the chain
2005-12-27 r212@um: micah | 2005-12-27 09:12:22 -0500Micah Anderson
trivial code change
2005-12-27 r211@um: micah | 2005-12-27 09:09:54 -0500Micah Anderson
Added some vserver handling to determine correct home directory, also enhanced error handling
2005-12-27 r210@um: micah | 2005-12-27 08:38:07 -0500Micah Anderson
Added -q to vserver-info test in mysql handler to quiet the test to see if it is running
2005-12-27 r208@um: micah | 2005-12-26 22:43:36 -0500Micah Anderson
Fixed mysql check to see if vserver is running
2005-11-29mysql,pgsql,svn,sys: fixed failing "is vserver running" testintrigeri
2005-10-07applied patch to rdiff.helper, removed /etc/passwd from mysql handler.Elijah Saxon
2005-10-02 r188@krups: intrigeri | 2005-10-03 01:14:37 +0200intrigeri
Replaced awful "grep /etc/passwd" with getent calls in pgsql and mysql handlers
2005-09-15added patch to mysql handler from Daniel.Bonniot@inria.frElijah Saxon
(adds ignores option)
2005-08-27mysql and dup handlers: when using a vserver, check if it is runningintrigeri
2005-06-13Added trac handler, changed VSERVERS variable to be lowercase andMicah Anderson
added some vserver documentation to README and to the handlers
2005-06-09added double quotes around password in .my.cnfElijah Saxon
2005-06-01mysql --defaults-file stuff.Elijah Saxon
2005-06-01added support for --defaults-fileElijah Saxon
2005-05-24Updates to handle vserversMicah Anderson
2005-03-21fixed bug when system has multiple usernames starting with "root".Elijah Saxon
2005-01-03version 0.4.1Elijah Saxon
2004-12-09moved all to trunkElijah Saxon