Project

General

Profile

« Previous | Next » 

Revision 9577

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

View differences:

lib/sh/local.sh
30 30

  
31 31
: "${postgres_compat=1}"
32 32

  
33
mysql_local() { echo_func; use_local_remote; mysql "$@"; }
34

  
33 35
mysql_export_local() { echo_func; use_local_remote; mysql_export "$@"; }
34 36

  
35 37
mysqldump_local() { echo_func; use_local_remote; mysqldump_diffable "$@"; }

Also available in: Unified diff