Project

General

Profile

« Previous | Next » 

Revision 8969

lib/local.sh: removed mysql () since its functionality is now provided by mysql () in util.sh

View differences:

lib/local.sh
27 27

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

  
30
mysql () { echo_func; echo_run mysql_bien --database="$schema" --verbose "$@"; }
31

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

  
34 32
### PostgreSQL

Also available in: Unified diff