--- mqtt/etc/mqtt_pub.sql 2012/05/08 13:40:07 1.2.2.2 +++ mqtt/etc/mqtt_pub.sql 2012/06/26 08:05:58 1.2.2.3 @@ -17,7 +17,7 @@ MsgID smallint unsigned not null, QoS char not null, Retain char not null, Topic varchar(255) not null, -Value text, +Value blob, PubUser varchar(64) not null, PubDate datetime not null, PubHost varchar(64) not null,