mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed a bug in mysql when running in non-interactive mode (batch)
This commit is contained in:
@ -743,6 +743,7 @@ static int get_options(int argc, char **argv)
|
||||
strmov(pager, "stdout");
|
||||
opt_nopager= 1;
|
||||
opt_outfile= 0;
|
||||
connect_flag= 0; /* Not in interactive mode */
|
||||
}
|
||||
if (default_charset)
|
||||
{
|
||||
|
Reference in New Issue
Block a user