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. But if you do mysqldump, it puts a 'null' in the 
> column for the insert statement, which fails the later mysql < mysqldump 
> (cuz the table definition does not allow it).

Can you prepare a testcase for that? 





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to