Project

General

Profile

« Previous | Next » 

Revision 8867

lib/util.sh: added mysqldump_diffable ()

View differences:

util.sh
219 219
${schema:+--no-data }${data:+--no-create-info }"$@"
220 220
}
221 221

  
222
mysqldump_diffable ()
223
{
224
	echo_func "$@"
225
	mysqldump "$@"|sed 's/^(-- Dump completed).*$/\1/'
226
}
227

  
222 228
### PostgreSQL
223 229

  
224 230
pg_copy_to ()

Also available in: Unified diff