restore table error: wrong number of deleted records

2003-11-20 Thread Thomas Walter
Hi! Has anybody run into this? We backed up a MyISAM Table using "BACKUP TABLE" while other processes created a larger load of INSERTs, DELETEs, UPDATEs, and SELECTs against this table. BACKUP TABLE returned with "OK". We generated several backups of the same table at different times. Upon restori

mysqldump 8.22 and inifinite double values: Bug?

2003-06-24 Thread Thomas Walter
Hi All, I use MySQL 3.23.53 and mysqldump 8.22 and there is a behaviour in mysqldump I consider a bug. Anyone agrees? % mysql test mysql> create table doubletest (d double not null); mysql> insert into doubletest values("inf"); mysql> insert into doubletest values("-inf"); mysql> exit % mysqldum