540
538
N_("Set outfile [to_outfile]. Append everything into given outfile.") ),
541
539
Commands( "use", 'u', com_use, 1,
542
540
N_("Use another schema. Takes schema name as argument.") ),
543
Commands( "shutdown", 'u', com_shutdown, 1,
541
Commands( "shutdown", 'Q', com_shutdown, false,
544
542
N_("Shutdown the instance you are connected too.") ),
545
Commands( "warnings", 'W', com_warnings, 0,
543
Commands( "warnings", 'W', com_warnings, false,
546
544
N_("Show warnings after every statement.") ),
547
545
Commands( "nowarning", 'w', com_nowarnings, 0,
548
546
N_("Don't show warnings after every statement.") ),