Closed (duplicate)
Project:
Drush
Version:
All-versions-4.2
Component:
PM (dl, en, up ...)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2010 at 23:34 UTC
Updated:
9 Aug 2011 at 23:43 UTC
If one of the tables specified in drushrc's structure-tables entry doesn't exist in the db, the script stops and doesn't generate the structure for the rest of the tables in the list.
Comments
Comment #1
moshe weitzman commentedI think it will be awkward for drush to check each table. we just pass along the list to mysql and thats whats complaining. don't see an easy fix here.
Comment #2
moshe weitzman commentedi lookoed again and indeed we just pass this list along to mysql. file a bug there is you really wish. sorry i don't have better news.
Comment #3
nonzero commentedSome work with using wildcards for table names here #698264: Better handling of structure-tables and skip-tables options (including cache_* support!). Both these issues have similarities.
Comment #4
dalinThis is a dupe of #698264: Better handling of structure-tables and skip-tables options (including cache_* support!)