Skip to content

Commit 169aa03

Browse files
committed
DEBUG
1 parent 7c66522 commit 169aa03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/dj_setup_database.in

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ mysql_options()
8888
mysql()
8989
{
9090
mysql_options
91+
verbose mysql "${_mysql_options[@]}" --silent --skip-column-names "$@"
9192
command mysql "${_mysql_options[@]}" --silent --skip-column-names "$@"
9293
}
9394

0 commit comments

Comments
 (0)