We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce190a commit ba630f7Copy full SHA for ba630f7
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