On Tue, August 12, 2008 10:03 am, Daniel-Constantin Mierla wrote:
[..]
Kindly guide me on this.
the table structure is ok. Could you make sure the mysql
module is
compiled again if you updated libraries or so. I was pointed that there
was a change in naming the INT type in mysql libraries -- maybe others
on the list can jump quicker here with a yes or no.
Hi,
in newer mysql version the datatype defines was changed. So e.g. the name
for the int was FIELD_TYPE_INT24, and is now MYSQL_TYPE_INT24. But at
least my mysql library has this also defined, i use 5.0.51a-3ubuntu5.1.
What version of mysql library do you use?
Cheers,
Henning