Project

General

Profile

« Previous | Next » 

Revision 8794

lib/runscripts/local.run: added mk_schema_esc, mk_table_esc aliases as shortcuts for `local *_esc; mk_esc_name *`

View differences:

lib/runscripts/local.run
11 11

  
12 12
log_sql () { test "$verbosity" -ge 2; }
13 13

  
14
alias mk_schema_esc="local schema_esc; mk_esc_name schema"
15
alias mk_table_esc="local table_esc; mk_esc_name table"
16

  
17
fi # load new aliases
18
if self_being_included; then
19

  
14 20
mysql ()
15 21
{
16 22
	echo_func "$@"

Also available in: Unified diff