Skip to content

Commit ba630f7

Browse files
committed
DEBUG
1 parent bce190a commit ba630f7

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
@@ -92,6 +92,7 @@ mysql_options()
9292
mysql()
9393
{
9494
mysql_options
95+
verbose mysql "${_mysql_options[@]}" --silent --skip-column-names "$@"
9596
command mysql "${_mysql_options[@]}" --silent --skip-column-names "$@"
9697
}
9798

0 commit comments

Comments
 (0)