array('accesslog', 'cache', 'cache_filter', 'cache_menu', 'cache_page', 'history', 'search_dataset', 'search_index', 'search_total', 'sessions', 'watchdog'), ); /* * Customize this associative array with your own tables. This is the * list of tables that whose *data* is skipped by the 'sql dump' and 'sql load' * commands when a structure-tables-key is provided. You may add new tables to the existing array or add a new * element. */ $options['structure-tables'] = array( 'common' => array('accesslog', 'cache', 'cache_filter', 'cache_menu', 'cache_page', 'history', 'search_dataset', 'search_index', 'search_total', 'sessions', 'watchdog'), ); // Use cvs checkouts when downloading and updating modules. // An example of a command specific argument being set in drushrc.php // $options['package-handler'] = 'cvs'; // Specify additional directories to search for scripts // Use POSIX path separator (':') # $options['script-path'] = 'sites/all/scripts:profiles/myprofile/scripts'; /** * Variable overrides: * * To override specific entries in the 'variable' table for this site, * set them here. Any configuration setting from the 'variable' * table can be given a new value. We use the $override global here * to make sure that changes from settings.php can not wipe out these * settings. * * Remove the leading hash signs to enable. */ # $override = array( # 'site_name' => 'My Drupal site', # 'theme_default' => 'minnelli', # 'anonymous' => 'Visitor', # );