Re: mysqldump issue

2004-07-26 Thread Egor Egorov
Ginger Cheng <[EMAIL PROTECTED]> wrote: > If a table has a column defined as 'float not null' and the corresponding > txt file used to load it have sth like 'nan' for the column, although > giving warnings, the record will be loaded and the column looks like 'nan' > by using mysqlimport

Re: mysqldump issue

2004-07-22 Thread gerald_clark
Ginger Cheng wrote: Hello, MySQL gurus, Since I have been moving data around using mysqldump recently, I have found sth annoying: If a table has a column defined as 'float not null' and the corresponding txt file used to load it have sth like 'nan' for the column, although giving warni

Re: mysqldump issue (table named group)

2003-02-02 Thread Benjamin Pflugmann
Hello. On Fri 2003-01-31 at 13:45:26 -0600, [EMAIL PROTECTED] wrote: > >Description: > One of our customers had a table named group, admitedly a bad design > but still not something that should cause mysqldump to fail hard! Please be more specific. Did mysqldump error out or the re-im