We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85182ee commit 0dc1debCopy full SHA for 0dc1deb
sql/dj_setup_database.in
@@ -92,6 +92,7 @@ mysql_options()
92
mysql()
93
{
94
mysql_options
95
+ verbose mysql "${_mysql_options[@]}" --silent --skip-column-names "$@"
96
command mysql "${_mysql_options[@]}" --silent --skip-column-names "$@"
97
}
98
0 commit comments