Project

General

Profile

« Previous | Next » 

Revision 9422

lib/sh/db.sh: mysql(): run with --local-infile=1

View differences:

db.sh
68 68
	echo_func; kw_params output_data
69 69
	set_database
70 70
	
71
	set -- ${database:+--database="$database" }--column-names "$@"
71
	set -- ${database:+--database="$database" }--local-infile=1 --column-names \
72
"$@"
72 73
	if test "$output_data"; then echo_stdin|mysql_cmd --batch "$@"
73 74
	else cmd_log_fd=1 mysql_cmd --verbose "$@"
74 75
	fi

Also available in: Unified diff