Project

General

Profile

« Previous | Next » 

Revision 9631

lib/sh/db.sh: added mysql_root(). this version uses just use_root (compare to the mysql_root() override in local.sh).

View differences:

lib/sh/db.sh
110 110
	fi
111 111
}
112 112

  
113
mysql_root() { echo_func; use_root; mysql "$@"; }
114

  
113 115
mysql_ANSI()
114 116
{
115 117
	echo_func

Also available in: Unified diff