MySQL Forums
Forum List  »  Stored Procedures

Re: What encoding is used for the text in the mysql.proc table param_list and body columns?
Posted by: Peter Brawley
Date: October 29, 2008 01:33PM

If "bytes are converted to another charset" then the manual's statement that "BLOB columns have no character set" would be seriously misleading. If you think there is a problem, set up a db with a weird character set, write an sproc there, then execute show create proc from another db with another character set.

PB

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.