SV: MYSQL_ASSOC ??

2001-07-23 Thread Martin Larsen
Hi > Warning: Wrong parameter count for mysql_fetch_row() in > /web/sites/94/ichmussweg/www.ichmussweg.f2s.com/gastebuch.php on line 54 > > line 54 is the last one of the code extract starting with "while($row": > $res=mysql_query("SELECT id as id, msg as msg, > date_format(datum,'$datumsForma

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

2001-07-19 Thread Martin Larsen
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; > > m