Re: core dump in clients in MYSQL 3.23.49 using groups

2002-03-06 Thread Sinisa Milivojevic
Hi! We have a fix for the problem that you have hit. It is a temporary one. Final one will come in the nexe MySQL release: *** tmp/libmysql.c Wed Mar 6 22:00:00 2002 --- tmp/fixed.c Wed Mar 6 21:59:34 2002 *** *** 737,743 *end=0;

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Sinisa Milivojevic
Laurent Wacrenier writes: > Sinisa Milivojevic wrote: > > Do you mean that you have defined a group as [bug] ??? > > Yes. > > I've discovered the problem upgrading a server and reproduced it with > minimal C program and minimal my.cnf on another host. > > > Does it change anything if spaces ar

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Laurent Wacrenier
Sinisa Milivojevic wrote: > Do you mean that you have defined a group as [bug] ??? Yes. I've discovered the problem upgrading a server and reproduced it with minimal C program and minimal my.cnf on another host. > Does it change anything if spaces are trimmed of host=foobar line ?? No. The co

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Sinisa Milivojevic
Laurent Wacrenier writes: > Sinisa Milivojevic wrote: > > This seems worth investigating. > > > > Please send me your entire /etc/my.cnf > > > > Change password if you have defined it there. > > The full my.cnf I have used has been send in the report without change. > > --- > [bug] >

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Laurent Wacrenier
Sinisa Milivojevic wrote: > This seems worth investigating. > > Please send me your entire /etc/my.cnf > > Change password if you have defined it there. The full my.cnf I have used has been send in the report without change. --- [bug] host=foobar --- If the the group match an

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > >Description: > > When using groups in 3.23.49, client dumps core. > This bug sounds to be new (it does not appear in 3.23.41) > > [skip] This seems worth investigating. Please send me your entire /etc/my.cnf Change password if you have defined it there. -- Reg

core dump in clients in MYSQL 3.23.49 using groups

2002-02-27 Thread lwa
>Description: When using groups in 3.23.49, client dumps core. This bug sounds to be new (it does not appear in 3.23.41) >How-To-Repeat: Just compile a little C client (you can also dump cores with DBI perl module) : % cat bug.c #include #include int main(void) { MYSQL mysql; mysql_init