ok, I will try this later tonight and let you know

-----Original Message-----
From: [email protected] [mailto:[email protected]] 
On Behalf Of Andrew Colin Kissa
Sent: 23. august 2011 13:56
To: Baruwa users list
Subject: Re: [Baruwa] baruwa2.db


On 17 Aug 2011, at 10:10 AM, Jan Agermose wrote:

> innodb - its installed using the scripts and descript on the webpage 
> so table is "ENGINE=MyISAM DEFAULT CHARSET=latin1;" (taken from 
> mysqldump at least)

This was part of the problem, when i dug deeper, the code works on innodb but 
does not work on myisam, myisam raises and error "No data - zero rows fetched, 
selected, or processed " even if the insert happened correctly which causes the 
message to get logged to sqlite as well.

Truck has been fixed to force baruwa-admin syncdb to use innodb, please convert 
your messages table to innodb.

ALTER TABLE messages ORDER BY 'id';
ALTER TABLE messages ENGINE = INNODB;

Please provide some feedback so to wether this issue is resolved on your side.

- Andrew

--
Baruwa - www.baruwa.org

_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa
Keep Baruwa FREE - http://pledgie.com/campaigns/12056

_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa
Keep Baruwa FREE - http://pledgie.com/campaigns/12056

Reply via email to