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
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