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

moshe weitzman’s picture

I 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.

moshe weitzman’s picture

Status: Active » Closed (works as designed)

i 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.

nonzero’s picture

Version: All-versions-3.0-alpha1 » All-versions-4.2
Component: Code » PM (dl, en, up ...)

Some 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.

dalin’s picture

Status: Closed (works as designed) » Closed (duplicate)