Revision 8892
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/local.run | ||
---|---|---|
28 | 28 |
echo_run mysql_bien --database="$schema" --verbose "$@" |
29 | 29 |
} |
30 | 30 |
|
31 |
mysqldump_local () |
|
32 |
{ |
|
33 |
echo_func |
|
34 |
use_local_remote; mysqldump_diffable "$@" |
|
35 |
} |
|
36 |
|
|
31 | 37 |
### PostgreSQL |
32 | 38 |
|
33 | 39 |
psql () # usage: [file=...] [dir=...] self |
Also available in: Unified diff
lib/runscripts/local.run: added mysqldump_local, which uses vegbiendev