/[drupal]/contributions/modules/provision/db_server/provision_mysql.drush.inc
ViewVC logotype

Log of /contributions/modules/provision/db_server/provision_mysql.drush.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 28 13:01:01 2009 UTC (2 months, 3 weeks ago) by mig5
Branch: MAIN
CVS Tags: DRUPAL-6--0-3, DRUPAL-6--0-4-ALPHA1, DRUPAL-6--0-4-ALPHA2, DRUPAL-6--0-4-ALPHA3, HEAD
Changes since 1.22: +16 -12 lines
Diff to previous 1.22
#562164 by jonhattan - add conditional to _init functions to check command being run is provision

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 26 01:13:44 2009 UTC (2 months, 4 weeks ago) by anarcat
Branch: MAIN
Changes since 1.21: +36 -5 lines
Diff to previous 1.21
#559404 do not display mysql credentials on the commandline

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 24 01:18:12 2009 UTC (4 months ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC4
Changes since 1.20: +2 -1 lines
Diff to previous 1.20
tell the user about GRANT the same way we mention REVOKE

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 21:15:15 2009 UTC (5 months, 2 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-2, DRUPAL-6--0-3-RC1, DRUPAL-6--0-3-RC2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
include the output of the mysql command when loading the database dump to ease debugging

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 21:01:28 2009 UTC (5 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
remove a warning by properly quoting PROVISION_DB_* constants

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 19 21:45:22 2009 UTC (6 months ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-2-RC1
Changes since 1.17: +7 -7 lines
Diff to previous 1.17
style: clarify control flow in grant guessing routine

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 19 21:44:00 2009 UTC (6 months ago) by anarcat
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
add forgotten argument to the mysql grant guessing routines

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 18 01:23:20 2009 UTC (6 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
remove last instances of dbclient

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 23:33:39 2009 UTC (6 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.14: +33 -28 lines
Diff to previous 1.14
#458386 - use localhost grant whenever possible, and get rid of the db_client misnomer.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 12 21:23:53 2009 UTC (6 months, 1 week ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-2-BETA1
Changes since 1.13: +53 -7 lines
Diff to previous 1.13
Refactor the algorigthms to guess the proper 'host' part of the MySQL
user names

Completely remove the user when revoking his privileges.

Closes: #455954

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 18:22:48 2009 UTC (6 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.12: +10 -3 lines
Diff to previous 1.12
in suggest_db_name(), strip out the leading _N suffixes when using the
dbname so that the algorithm still works when based on a preconfigured
arbitrary dbname

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 17:56:25 2009 UTC (6 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.11: +4 -1 lines
Diff to previous 1.11
use the dbname if the site_id is not provided

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 17:55:01 2009 UTC (6 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.10: +7 -11 lines
Diff to previous 1.10
factor out the routines to guess database names on a single base

no functional change

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 15:16:23 2009 UTC (6 months, 3 weeks ago) by anarcat
Branch: MAIN
Changes since 1.9: +3 -4 lines
Diff to previous 1.9
use the webserver ip, if available or the webserver hostname to create the grants

Closes: #337485

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 20:50:58 2009 UTC (6 months, 3 weeks ago) by anarcat
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8
handle more gracefully the case when all the 100 potential database
names are not availale

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 6 17:45:54 2009 UTC (7 months, 2 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-2-ALPHA1
Changes since 1.7: +4 -3 lines
Diff to previous 1.7
Move to drush_invoke instead of provision_invoke

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 01:40:39 2009 UTC (8 months ago) by anarcat
Branch: MAIN
Changes since 1.6: +5 -12 lines
Diff to previous 1.6
follow the error API changes, see #411822

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 16:52:35 2009 UTC (8 months ago) by adrian
Branch: MAIN
Changes since 1.5: +15 -1 lines
Diff to previous 1.5
#411822 - refactor to use drush_bootstrap. This also should fix #408810.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 16:13:24 2009 UTC (8 months ago) by adrian
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4
#407334 - Refactor to use the drush_context API instead of passing a reference to the $args global

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 22:43:57 2009 UTC (9 months ago) by adrian
Branch: MAIN
Changes since 1.3: +31 -18 lines
Diff to previous 1.3
#374797 - move to drush_log and drush_set_error

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 16 16:00:18 2009 UTC (9 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2
Revert to using % and localhost variants for the db credentials

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 10:29:18 2009 UTC (9 months, 2 weeks ago) by adrian
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Fix some issues with backups, and add deploy command to re-deploy backups as new sites.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 00:34:11 2009 UTC (9 months, 2 weeks ago) by adrian
Branch: MAIN
Synched head with d6 branch. Works with drush 2.x and no longer needs to be enabled on a site, as it is no longer a module. Hosting has not been updated to point to the right place per server, so you have to create the symlink to the central drush.php yourself. I have not sorted out the version specific stuff yet either.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2