Closed (fixed)
Project:
Drush
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2009 at 01:21 UTC
Updated:
30 Oct 2009 at 20:55 UTC
I believe there is a bug in sql_load which causes the --source_database and --destination_database options not to work. It appears that the code confuses "source", "destination", and "target" -- "target" being some new concept from v7. Since I'm not running D7 I can't account for that, but the attached patch fixes sql_load D6.
| Comment | File | Size | Author |
|---|---|---|---|
| sql.drush_.inc_.patch | 1.15 KB | bdwelle |
Comments
Comment #1
bdwelle commentedComment #2
moshe weitzman commentedthere are no source_database and destination_database options. where do you see that?
Comment #3
moshe weitzman commentedComment #4
bdwelle commentedThose options are in // $Id: sql.drush.inc,v 1.17 2009/05/11 20:53:10 weitzman Exp $
Comment #5
moshe weitzman commentedAll ths code has changed, and sql load close to removal anyway.