1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

don't let -B increment opt_silent twice

This commit is contained in:
unknown
2004-05-06 15:13:23 +02:00
parent 7436480e23
commit dea071fd5b

View File

@@ -800,7 +800,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
case 'B':
status.batch= 1;
status.add_to_history= 0;
opt_silent++; // more silent
set_if_bigger(opt_silent,1); // more silent
break;
case 'W':
#ifdef __WIN__