Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-29 Thread Sinisa Milivojevic
Carsten Gehling writes: > I'm back now, and have tested the 3.23.40. It works like a charm :-) Nice > work! > > Now I only wait for the Win32 binary to be released. I didn't think there > were any delays between the releasins anymore? > > - Carsten > Thanks for the compliments. Win32 binaries

Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-29 Thread Carsten Gehling
t;[EMAIL PROTECTED]> To: "Carsten Gehling" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 1:49 PM Subject: Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields > Hi! > > 3.23 (but 4.0 hasn't that bug either). > &

Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-20 Thread Fournier Jocelyn [Presence-PC]
D]>; "Sergei Golubchik" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 2:55 PM Subject: RE: Bug report: FULLTEXT index corrupts the index with too many TEXT fields > Hi > Where can we get V4.0? > > Thanks Simon > > -Original M

RE: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-20 Thread Simon Green
Hi Where can we get V4.0? Thanks Simon -Original Message- From: Fournier Jocelyn [Presence-PC] [mailto:[EMAIL PROTECTED]] Sent: 20 July 2001 12:30 To: Carsten Gehling; Sergei Golubchik Cc: [EMAIL PROTECTED] Subject: Re: Bug report: FULLTEXT index corrupts the index with too many TEXT

Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-20 Thread Sergei Golubchik
Hi! 3.23 (but 4.0 hasn't that bug either). Will be 2.23.40 soon. And have nice trip, btw. On Jul 20, Carsten Gehling wrote: > Which dev. tree is that? 3.23 or 4.0? > > - Carsten (who hasn't left yet ;-) > > - Original Message - > From: "Sergei Golubchik" <[EMAIL PROTECTED]> > Subject

Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-20 Thread Carsten Gehling
PM Subject: Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields > Hi! > > Ok, confirmed (finally :-) ) > > My fault was that I was using our latest developmnet tree. > When I've tried this on 3.23.39 as went public, the bug appeared. > > So, loo

Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-20 Thread Fournier Jocelyn [Presence-PC]
0 |0 |0 | 0 || ||| ++-+---+---+-++-+-+---+- -+-+-+---+--+--+-+-- --++++ Regards, Jocelyn Fournier Presence-PC - Original Message - From: "Carsten Gehling" <[EMAIL PROTECTED]> To: "Sergei Golubchik" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 12:06 PM

Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-20 Thread Carsten Gehling
TED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 12:06 PM Subject: Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields > I'm going to Spain today and cannot respond to any questions in the next > week. I was going to wait with this until I got hom

Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-20 Thread Sergei Golubchik
Hi! Ok, confirmed (finally :-) ) My fault was that I was using our latest developmnet tree. When I've tried this on 3.23.39 as went public, the bug appeared. So, looks like the bug was fixed even before it was found :-) Probably, it is somehow related to over bug I've fixed since 3.23.39 relea

Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-20 Thread Sinisa Milivojevic
Thanks for your bug report. I am sure Sergei will have the answer before you come back from Spain ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, FullTime Developer /_/ /_/\_, /___/

Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-20 Thread Carsten Gehling
I'm going to Spain today and cannot respond to any questions in the next week. I was going to wait with this until I got home again, but what the heck ;-) Run the following script through your MySQL on an empty database with mysql -uusername -ppassword dbname http://www.mysql.com/manual.php (t

Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-19 Thread Sergei Golubchik
Hi! On Jul 19, Carsten Gehling wrote: > Finally I was able to produce a complete step-by-step to corrupt the index > ;-) > > mysql> insert into visitkort (kategori_id) values (108); > mysql> select last_insert_id(); > mysql> update visitkort set navn = 'test5' where id = 1; > mysql> update visit

Solution (but only a temporary one) Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-18 Thread Carsten Gehling
To: "Carsten Gehling" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 6:26 PM Subject: Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields > Hi! > > On Jul 16, Carsten Gehling wrote: > > Description: > > A s

Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-18 Thread Carsten Gehling
s still there. So it is definitely a problem within the FULLTEXT index. - Carsten - Original Message - From: "Sergei Golubchik" <[EMAIL PROTECTED]> To: "Carsten Gehling" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 6:26 PM Subject

Re: Bug report: FULLTEXT index corrupts the index with too many TEXT fields

2001-07-16 Thread Sergei Golubchik
Hi! On Jul 16, Carsten Gehling wrote: > Description: > A specific table (see "How-To-Repeat) with a FULLTEXT index causes errors in > the MYI file when inserting new rows. > > 1) Create the following table: > CREATE TABLE `visitkort` ( [skip] > ) TYPE=MyISAM; > > 2) Insert a row with the follow