Re: mysqldump bug during regenerate enum field.

2001-06-19 Thread Guillaume Fougnies
t mysqldump is just dumping what is in the table > > > def, which is all you can expect. > > > > > > Have a great day... > > > John > > > > > > On Monday 18 June 2001 09:46, Sinisa Milivojevic wrote: > > > > Guillaume Fougnies writ

Re: mysqldump bug during regenerate enum field.

2001-06-18 Thread Guillaume Fougnies
ect. > > Have a great day... > John > > On Monday 18 June 2001 09:46, Sinisa Milivojevic wrote: > > Guillaume Fougnies writes: > > > ok so it's a failure from mysqldump. > > > > > > I know this declaration is not really correct but mysqldump must

Re: mysqldump bug during regenerate enum field.

2001-06-18 Thread Guillaume Fougnies
UM and SET types can take values only in the form of literals. If > you supply non-literal, like integer 0, MySQL tries it's best to find > the most approximate value. > > Internally, MySQL does store both types as integers, but can insert / > update / display only it