--- mqtt/etc/mqtt_pub.sql 2012/05/08 13:40:07 1.2.2.2 +++ mqtt/etc/mqtt_pub.sql 2012/07/03 09:02:49 1.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,