Matt Mastrangelo <[EMAIL PROTECTED]> wrote: > > Here is the create statement and the resulting table: > > mysql> create table test( > -> myblob longblob) default charset latin1 default collate > latin1_general_cs; > Query OK, 0 rows affected (0.08 sec) > > mysql> show create table test \G > *************************** 1. row *************************** > Table: test > Create Table: CREATE TABLE `test` ( > `myblob` longtext character set latin1 collate latin1_general_cs > ) ENGINE=MyISAM DEFAULT CHARSET=latin1 > 1 row in set (0.00 sec) >
Thank you for bug report! -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [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]