1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fixed a bug in mysql when running in non-interactive mode (batch)

This commit is contained in:
unknown
2002-08-06 22:51:43 +03:00
parent 8c99625cbb
commit 0e8b0ed4b6

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