mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
don't let -B increment opt_silent twice
This commit is contained in:
parent
7436480e23
commit
dea071fd5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue