1
0
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:
jani@rhols221.adsl.netsonic.fi
2002-08-06 22:51:43 +03:00
parent afe5fa0e86
commit 5434e99e5d

View File

@ -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)
{