Functions | |
| _multi_sql_dump_full ($db_spec=array(), $site=NULL, $datetime=NULL, $comment=NULL, $target=NULL) | |
| _multi_sql_dump_tables ($db_spec=array(), $site=NULL, $datetime=NULL, $comment=NULL, $target=NULL) | |
| _multi_sql_dump_full | ( | $ | db_spec = array(), |
|
| $ | site = NULL, |
|||
| $ | datetime = NULL, |
|||
| $ | comment = NULL, |
|||
| $ | target = NULL | |||
| ) |
Helper function for a full sql-dump
| $db_spec | An array containing the db spec | |
| $site | A string containing the site name | |
| $datetime | A string containing the datetime | |
| $comment | A string containing the comment | |
| $target | A string containg the path where the dumps should be stored |
Definition at line 809 of file multi.inc.
Referenced by drush_multi_sql_dump().
| _multi_sql_dump_tables | ( | $ | db_spec = array(), |
|
| $ | site = NULL, |
|||
| $ | datetime = NULL, |
|||
| $ | comment = NULL, |
|||
| $ | target = NULL | |||
| ) |
Helper function for a table wise sql-dump (one file for each table) Only works with mysql
| $db_spec | An array containing the db spec | |
| $site | A string containing the site name | |
| $datetime | A string containing the datetime | |
| $comment | A string containing the comment | |
| $target | A string containg the path where the dumps should be stored |
Definition at line 871 of file multi.inc.
Referenced by drush_multi_sql_dump().
1.5.8