Project

General

Profile

« Previous | Next » 

Revision 9153

lib/sh/local.sh: added mysql_export_local()

View differences:

local.sh
28 28

  
29 29
: "${postgres_compat=1}"
30 30

  
31
mysql_export_local() { echo_func; use_local_remote; mysql_export "$@"; }
32

  
31 33
mysqldump_local() { echo_func; use_local_remote; mysqldump_diffable "$@"; }
32 34

  
33 35
### PostgreSQL

Also available in: Unified diff