FYI

-christian-

On Wed, Jan 09, 2002 at 08:52:34PM +0100, Sjoerd Simons wrote:
> Package: mysql-client
> Version: 3.22.32-6
> Severity: normal
> Tags: patch
> 
> mysql -D <something> causes a segv, the attached patch to mysql.cc seems to fix
> this..
...
> --- mysql.cc.orig     Wed Jan  9 20:46:07 2002
> +++ mysql.cc  Wed Jan  9 20:17:16 2002
> @@ -500,7 +500,7 @@
>    bool tty_password=0;
>  
>    set_all_changeable_vars(changeable_vars);
> -  while ((c=getopt_long(argc,argv,"?ABCDLfHinNoqrstTvVwWEe:h:O:P:S:u:#::p::",
> +  while ((c=getopt_long(argc,argv,"?ABCD:LfHinNoqrstTvVwWEe:h:O:P:S:u:#::p::",
>                       long_options, &option_index)) != EOF)
>    {
>      switch(c) {


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to