sql/sql_update.cc:600 ---------------------------------------------------------------------------------
/* ok to be on stack as this is not referenced outside of this func */ Field_string offset(table->file->ref_length, 0, "offset", table, 1, &my_charset_bin); --------------------------------------------------------------------------------- sql/field.h:768 Field_string(uint32 len_arg,bool maybe_null_arg, const char *field_name_arg, struct st_table *table_arg, CHARSET_INFO *cs) --------------------------------------------------------------------------------- Look like this function declearation but get one more 1 between the table and my_charset_bin Field_string(uint32 ,bool, const char*,struct st_table*, CHARSET_INFO*) I didn't able to see where the 1 is come from... so I take it out... but some one need to take a look of it more in depth :) Thanks Alex --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php