Project

General

Profile

« Previous | Next » 

Revision 8861

lib/util.sh: mysql (): use new mysql_cmd to auto-add connection/login opts when specified

View differences:

lib/util.sh
187 187
mysql ()
188 188
{
189 189
	echo_func "$@"
190
	echo_run env mysql --verbose "$@"
190
	mysql_cmd "$FUNCNAME" --verbose "$@"
191 191
}
192 192

  
193 193
mysql_ANSI ()

Also available in: Unified diff